I’m trying to upload a small video (19mg) to a new site I’m building. It gets to 100% and stalls and will not complete the upload. I’ve changed change “upload max filesize to 32M” and “max-file-uploads to 80” but that didn’t help…
Any Ideas ??
Bob
I’m trying to upload a small video (19mg) to a new site I’m building. It gets to 100% and stalls and will not complete the upload. I’ve changed change “upload max filesize to 32M” and “max-file-uploads to 80” but that didn’t help…
Any Ideas ??
Bob
You can try inflating your max_execution_time
Is there anything in the logs?
You can use FTP or cPanel to copy the video into /application/files/incoming, then use the file manager to import the file from there.
Thanks … I didn’t know that was even there…
Bob