Hi all, I'm now using ASP for my project, one of my part is regarding uploading. My problem is, while i try to upload pic at localhost, it done well. Yet, when i'm trying to upload pic on real server, it's failed and show me without any error instead of "The page cannot be displayed" since it will be redirected to the upload file again, which is uploadpic.asp Does anyone can help me? URGENT!! Thanks for any helps!!
My first guess is that it sounds like this is a page not found error. Check that the form is pointing to the right place. Check where it is being redirected and that the page exists. If it is a server error then you should try turning of friendly http error messages in internet explorers settings. this will give you a more detailed error message and highlight the code for you.
two things I'd look at: 1. the upload directory path is correct and 2. you have permissions to upload to that directory
Yes, you probably haven't set permissions correctly to that directory, you should change them so that you can read/write that folder.