-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way of drag-n-drop upload an image from a url? #79
Comments
作者好像不在了. 悲惨那 |
That might be true that it's browser dependent. I only ask because I On Tue, Dec 17, 2013 at 4:35 PM, danialfarid [email protected]:
|
I will work on it once I get time. Feel free to submit a pull request. |
Here is a reference link I found FYI: On Thu, Dec 19, 2013 at 7:27 PM, danialfarid [email protected]:
|
This feature won't be that useful since you can only read images from the same origin no another website and since you already have those images on your server, there shouldn't be that much need to upload it back to the server. Do you have any scenario that this feature could be helpful? |
This feature would only be useful if we can drag an image from another On Fri, Dec 20, 2013 at 9:06 AM, danialfarid [email protected]:
|
You can achieve this with the current version like this:
This way you can download the dropped image on the server side from the src url. |
+1 |
2 similar comments
+1 |
+1 |
Feature implemented since version 9.0.3. |
dragging an image file from my file system already works. But dragging an image from another webpage doesn't work. Is there any plan to support this in the future?
The text was updated successfully, but these errors were encountered: