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
Vasu Gadhiya
NA
429
102.7k
Path Format Not Supported.
Sep 20 2013 1:39 AM
I Write Code For Download All as zip.
-----------------
string filepath = Server.MapPath("download/flag.png");
zip.AddFile(filepath, folder);
Response.Clear();
Response.AddHeader("Content-Disposition", "attachment; filename=DownloadedFile.zip");
Response.ContentType = "application/zip";
zip.Save(Response.OutputStream);
Response.End();
-----------------
its Completely Working
But When i give DropBox Public path as filepath
--------------------------
string filepath = "https://dl.dropboxusercontent.com/u/155062858/flag.png";
--------------------------
its Occur Error
The given path's format is not supported.
Thanks in Advance.
Reply
Answers (
5
)
howmuch are C# events and collections used in MVC?
How do I check entered URL is valid or not