Flash uploader

Gandalf42

Member


Can't seem to figure this out. I have the attachment file upload limit set to 100mb and when I upload a 16mb file it progresses to 100% then throws a rather nebulous error message at me:
The following error occurred
There was a problem uploading your file.

Quite similar to DOS's "General Failure Error", really. ;)

Anyone have any idea as to why it may be failing?

Thanks
 
Can't seem to figure this out. I have the attachment file upload limit set to 100mb and when I upload a 16mb file it progresses to 100% then throws a rather nebulous error message at me:

Also, for a large file like that you may be hitting a server limit. In addition to XF's max file size setting:

Admin CP -> Home -> Options -> Attachments -> Maximum Attachment File Size (KB)

...here are some server settings that may be limiting:

PHP:
max_execution_time
memory_limit
post_max_size
upload_max_filesize

MySQL:
max_allowed_packet
max_packet_size
wait_timeout
 
Top Bottom