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.
Large attachments
Moderator: Thorsten
Re: Large attachments
Hi,
did you changed the php.ini value for upload_max_filesize? If yes, did you restart your webserver?
bye
Thorsten
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
amazon.de Wishlist
Re: Large attachments
Yes to both. What worries me is that the popup "upload" window goes blank before finishing and the upload is canceled.
Re: Large attachments
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
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
amazon.de Wishlist
Re: Large attachments
Hi,
have you changed the php.ini value for "post_max_size".........?
have you changed the php.ini value for "post_max_size".........?
Re: Large attachments
I did upload_max_filesize. I'll try that and see what happens.
Re: Large attachments
It looks like that worked. Thanks!