szajbus / uploadpack

Easy way to handle file uploads in CakePHP.
MIT License
101 stars 35 forks source link

Upload from any URL #6

Closed arian closed 13 years ago

arian commented 13 years ago

Add the urlField so it is possible to create a field where an url is passed in. The content of this url will be requested with HttpSocket and it will mimick it as a usual file upload

szajbus commented 13 years ago

Thanks for contribution. I am merging this pull request now, but could you please also update README to reflect these changes?

Michal

arian commented 13 years ago

Sure, give me a minute ;)

arian commented 13 years ago

See pull request #7

Also you might want to pull this commit: https://github.com/arian/uploadpack/commit/498aaa31 :)

szajbus commented 13 years ago

Merged your branch again.