Question regarding file uploading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
EDSMI
Forum Newbie
Posts: 2
Joined: Wed Nov 02, 2011 3:55 pm

Question regarding file uploading

Post by EDSMI »

Hello everyone! I am new to the board, I had a question regarding file uploading. Currently I created a simple form for file uploading, but I noticed that if the file is larger than 19MB, the error message comes up saying that their was an error uploading the file. Is there a cap on how much file size you can upload? Perhaps someone can help assist me with this. Would a 100MB+ file be out of the question? Just in case for clients?
Last edited by EDSMI on Wed Nov 02, 2011 5:06 pm, edited 1 time in total.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Question regarding file uploading

Post by Celauran »

Hopefully this will provide some answers: File upload common pitfalls
EDSMI
Forum Newbie
Posts: 2
Joined: Wed Nov 02, 2011 3:55 pm

Re: Question regarding file uploading

Post by EDSMI »

Celauran wrote:Hopefully this will provide some answers: File upload common pitfalls

thank you, i will look into that one.
Post Reply