szita1 Posted April 21, 2009 Share Posted April 21, 2009 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 Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted April 21, 2009 Share Posted April 21, 2009 What exactly is it doing? Blank page? Form is redisplayed? Are you sure uploads are enabled on the live server? Does your code have any logic in it to check for upload errors that can occur, such as exceeding post_max_size or upload_max_filesize? Have you checked for any php detected errors such as a permissions problem or a file path that does not exist on that server either by turning on full php error reporting or checking the web server log file? Post your form and your form processing code to get the quickest solution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.