blah blah blah is here! blah blah » Close

0
votes
0 answers

Uploading files to c# from any location

Hello I'm attempting to create a method in my code which allows users to upload files from any location on their desktop. So far, every time I've tried to code this, I get an error saying that 'Access to the path has been denied'. I have ...

0
votes
0 answers

FileUpload only works from specific folder

This function is called to upload a file using the FileUpload control. The function only works when the file is located in the "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\" directory. Otherwise, it won't upload. I ...

Feedback