Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

PHP Remote File Copy

blueimp edited this page Mar 3, 2013 · 2 revisions

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