TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bineeshcp Viswanath
NA
140
39.3k
File Upload to host server issue in asp.net c# application
Apr 30 2019 6:34 AM
Hello All,
I need your help to solve a file upload issue in asp.net c# project.
I am trying to upload file into the hosted site folder using ftp. my filepath is looks like below
filename : "ftp://
[email protected]
/httpdocs/uploadedimages/" + fileUpload.FileName
fileUpload.SaveAs(filename);
The above code has thrown an exception:-
Could not find a part of the path 'C:\httpdocs\uploadedimages\sks_ps_print_03b_20x30cm_300dpi_118.jpg'.
my proper filepath has to be like this :ftp://
[email protected]
/httpdocs/uploadedimages/sks_ps_print_03b_20x30cm_300dpi_118.jpg
Reply
Answers (
2
)
im getting an error when fetching data into gridview
How to hide column which have null values in gridview.