Large attachments

Please report bugs here!

Moderator: Thorsten

Post Reply
DaveV
Posts: 15
Joined: Fri Aug 31, 2012 6:50 pm

Large attachments

Post by DaveV »

I understand that the upload attachment is limited from php.ini

I need to be able to upload video clips into the FAQ and I increased my php upload limit to 200MB. I tried a test video of 25MB and the popup uploader window timed out and went blank before the upload was complete.

Is there another setting I'm missing, or do you have any suggestions on how to manage large file uploads? I can't use FTP as this needs to be page driven for the users and most of them don't even know how to spell FTP.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Large attachments

Post by Thorsten »

Hi,

did you changed the php.ini value for upload_max_filesize? If yes, did you restart your webserver?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
DaveV
Posts: 15
Joined: Fri Aug 31, 2012 6:50 pm

Re: Large attachments

Post by DaveV »

Yes to both. What worries me is that the popup "upload" window goes blank before finishing and the upload is canceled.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Large attachments

Post by Thorsten »

Hi,

you could enable the debug log in inc/Init.php and try it again. Maybe a PHP error occurs in the background

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
guembe1
Posts: 24
Joined: Thu Oct 27, 2011 10:41 am

Re: Large attachments

Post by guembe1 »

Hi,
have you changed the php.ini value for "post_max_size".........?
DaveV
Posts: 15
Joined: Fri Aug 31, 2012 6:50 pm

Re: Large attachments

Post by DaveV »

I did upload_max_filesize. I'll try that and see what happens.
DaveV
Posts: 15
Joined: Fri Aug 31, 2012 6:50 pm

Re: Large attachments

Post by DaveV »

It looks like that worked. Thanks!
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Large attachments

Post by Thorsten »

Great!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply