FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Does this accept urls instead of the files? #517

Closed tgoeminne closed 5 years ago

tgoeminne commented 5 years ago

I was wonder if I can provide http://www.website.com/link-to-image.jpeg as the file to upload?

Maybe it was a different plugin that had this?

ADmad commented 5 years ago

This plugin doesn't accept urls instead of the files.

tgoeminne commented 5 years ago

Ok, it was another plugin that I tried sometime ago that had this... No plans on adding this somewhere?

tgoeminne commented 5 years ago

Ok I see it is the filegrabberBehaviour, but this got removed from the plugin? How can I use this from old plugin in the new one?

tgoeminne commented 5 years ago

@josegonzalez can you tell me how to implement filegrabberbehaviour?

josegonzalez commented 5 years ago

You would need to fake out the uploaded data in the same way normal file data gets uploaded.

If you need consulting beyond that, let me know via email and I can send you rates.