I'm using fairly basic PHP to have an upload feature on my website. This is a useful concept for me (at a print shop) because customers could basically click and send documents to be printed.
I'm facing a problem getting larger files to upload. Even something as small as 5.65 MB won't work... the browser progress bar takes its time and then finally it tells me it Can't load the page, or i get the "Couldn't Upload File to Server" message that i put in my scripting.
Is this an issue that can be solved? Is it a browser timeout, or a server issue, or something in my coding? I haven't coded anything about a time limit.
It's buggin. If you can help, please do.