|
The only problems I have had with uploads and users.
If the upload is larger than what your server allows via PHP.
EX:
If you set a file type say MOV to 10MB and your PHP settings on the server are set to 2MB
PHP Maximum Upload Size 2.00 MB
When 2MB is reached the server will halt the upload.
===============
I have plans to work on an "upload from url"
|