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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.