|
Hello your upload is being dropped because you have not set in the upload options in admin your maximum allowed multimedia size to your PHP MAX UPLOAD FILESIZE. You must always set this to match PHP so you dont get this situation of not knowing what happened. By default you must set this to 2048KB meaning your file is too large to upload
If you want to upload larger filesizes you must alter your php.ini file to a higher setting
|