pptx upload

Asked by Paul

i am tyring to upload .pptx file that is 13.1mb in size but it never seems to upload it just sits saying it is and gives the chance the fill out the rest of the form it takes so long then next time i check its asking me to log back in again and it hasn't done it, other pptx file that are smaller will upload. on the upload form it says 128mb is limit.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

Sounds like you haven't adjusted all the PHP settings required for larger files.

You need to do max_upload_size, post_max_size and max_execution_time.

If you look at the FAQ article on this it shows you what to change.

Alex

Revision history for this message
Alex Harrington (alexharrington) said :
#2

Alex Harrington suggests this article as an answer to your question:
FAQ #510: “How do I upload files bigger than 2MB / How can I increase the upload file size limit?”.

Revision history for this message
Paul (ptotham-312) said :
#3

thanks for your fast responce but i am able to upload files that are 7mb with out problem as i did see that post you suggested before i posted my question.

Revision history for this message
Alex Harrington (alexharrington) said :
#4

Yes - however I suspect you're hitting the limit of either max_execution_time or max_input_time so you need to adjust those values too.

Alex

Revision history for this message
Paul (ptotham-312) said :
#5

ok i will give that try now.

Revision history for this message
Paul (ptotham-312) said :
#6

I am using windows 2003 as my server and xampp any idea on how changes the sizes on that as the guide provide is for ubuntu?

Revision history for this message
Paul (ptotham-312) said :
#7

i am manage to find the php.ini and then done a search for the statements you suggested and amended the figure and it is now working so thank you very much alex

Revision history for this message
Paul (ptotham-312) said :
#8

Thanks Alex Harrington, that solved my question.