Support Forum
why do you have images listed in other file types??? just slows it down...
are you sure the case of the file is right? .pptx is not same as .PPTX
Visit Cruise Talk Central and Mr Papa's World
This might be as simple as the maximum upload file size that your php setup will allow. It is not always easy to collect an error in php that was generated in Javascript so the error message may be a misinterpretation.
You host will have imposed a limit to the size of any single file upload. Typically this is 2 MB. So I would suggest you start by checking on that and, if you need it increasing, then ask them if this is permissible.
You need to be aware also that if you are putting up an 18MB file that your users can then download they will be eating away at your bandwidth every time they do so as well as consuming server resources during the process.
YELLOW
SWORDFISH
|
well, not sure what might be going south... I dont think its a file size upload... the error is only thrown when the uploaded file extension does not match an allowed extension... so unless the whole filename gets dorked on upload, not sure...
next step would be to check the temp php upload directory and see if the file is getting uploaded and if filename is intact...
Visit Cruise Talk Central and Mr Papa's World
you would need ssh (ie root access) access to your server... certainly get with dedicated server or vps and the decent shared hosting folks... would have to look into your php.ini to find exact location, but typically, its /tmp
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)