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
uploading wont work
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: uploading wont work
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.
(#10850)
Re: uploading wont work
Look at $_FILES[name]["error"] for a number and look it up here.