05-23-2012, 05:39 AM
[eluser]chipp[/eluser]
Hello Experts,
I followed the examples on http://ellislab.com/codeigniter/user-gui...ading.html for setting up a file upload form. I have it working correctly for small files such as jpg,txt,etc...
I would like to use this form to upload .flv files that average a size greater than 150mb.
I had to add flv to the mime config file and I can upload smaller .flv files of < 50mb.
My issue is this:
Using Google Chrome, I select a larger file (198mb) and start the upload. After awhile it comes back and says that I did not choose a file. I assume that the upload is timing out or something like that. Does anyone know how to correct this? (server config??, php config??)
Hello Experts,
I followed the examples on http://ellislab.com/codeigniter/user-gui...ading.html for setting up a file upload form. I have it working correctly for small files such as jpg,txt,etc...
I would like to use this form to upload .flv files that average a size greater than 150mb.
I had to add flv to the mime config file and I can upload smaller .flv files of < 50mb.
My issue is this:
Using Google Chrome, I select a larger file (198mb) and start the upload. After awhile it comes back and says that I did not choose a file. I assume that the upload is timing out or something like that. Does anyone know how to correct this? (server config??, php config??)