Jump to content

uploading wont work


szita1

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/155057-uploading-wont-work/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/155057-uploading-wont-work/#findComment-815579
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.