jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

how can I download image from url #192

Open szokesbarna opened 9 years ago

szokesbarna commented 9 years ago

I would like to download image from url.

Jelly::factory('image')->upload($_FILES, $id);

This function use $_Files array, but if I would like to download from url, not this array, or possible simulate $_FILES array?