Skip to content

PHP Remote File Copy

blueimp edited this page Mar 3, 2013 · 1 revision

A feature that is often requested is to upload files via a given URL. The following Gist provides a demo script which implements this feature with progress reporting to the user:

https://gist.github.com/blueimp/5075976

Clone this wiki locally