Page 1 of 1

uploading wont work

Posted: Tue Apr 21, 2009 10:19 am
by szita1
I made a small application with the help of PhpMaker(php,mysql). It is a kind of catalogue for a paper issued monthly. It stores data for the authors and the articles and the paper itself in pdf. It works fine except for uploading the pdf. Interestingly enough uploading works fine when it runs on localhost, but on the server "in action" it just wont upload. No error message. The two source code(on the server and the localhost) are identical. What should I check to make it work?
Thanks

Re: uploading wont work

Posted: Tue Apr 21, 2009 12:21 pm
by Christopher
It sounds like the php.ini, web server or account setting are different between machines. Check things like if uploads are allowed and max file size.

Re: uploading wont work

Posted: Tue Apr 21, 2009 1:17 pm
by requinix
Look at $_FILES[name]["error"] for a number and look it up here.