I made File Upload following this tutorial, but for some reason my server side is not working at all.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just guessing, but the code includes a line:
For this to work in your project, you’ll have to change the 3840 to the port number that Visual Studio creates for you when you debug your project. Otherwise you’re pointing at a port that isn’t listening for anything. Check the URL of the test page to find the correct number.