Click here to Skip to main content
15,910,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Upload Directory Pin
Samarjeet Singh@india29-Jul-14 4:51
Samarjeet Singh@india29-Jul-14 4:51 
AnswerRe: How to Upload Directory Pin
jkirkerx29-Jul-14 7:55
professionaljkirkerx29-Jul-14 7:55 
QuestionRe: How to Upload Directory Pin
ZurdoDev29-Jul-14 8:09
professionalZurdoDev29-Jul-14 8:09 
JokeRe: How to Upload Directory Pin
Kornfeld Eliyahu Peter29-Jul-14 10:16
professionalKornfeld Eliyahu Peter29-Jul-14 10:16 
GeneralRe: How to Upload Directory Pin
ZurdoDev29-Jul-14 10:20
professionalZurdoDev29-Jul-14 10:20 
AnswerRe: How to Upload Directory Pin
meeram3929-Jul-14 18:31
professionalmeeram3929-Jul-14 18:31 
AnswerRe: How to Upload Directory Pin
jkirkerx30-Jul-14 10:05
professionaljkirkerx30-Jul-14 10:05 
AnswerRe: How to Upload Directory Pin
Nathan Minier1-Aug-14 4:04
professionalNathan Minier1-Aug-14 4:04 
If you don't mind postbacks:
1. You'll need to build a custom Javascript window that will enumerate a selected directory, most likely recursively so that you can get the sub-directories. This will replace the file upload window, so plan to code some events and hooks.
2. You'll need some metadata to send with the files to identify where they all belong.

You can also do this with AJAX but there are other considerations.

Here's a tutorial for your controller:
http://www.prideparrot.com/blog/archive/2012/8/uploading_and_returning_files#uploading_multiple_files[^]
QuestionRandom 8 digit number Pin
byka28-Jul-14 4:55
byka28-Jul-14 4:55 
AnswerRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 5:26
mveRichard Deeming28-Jul-14 5:26 
GeneralRe: Random 8 digit number Pin
byka28-Jul-14 5:51
byka28-Jul-14 5:51 
GeneralRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 6:12
mveRichard Deeming28-Jul-14 6:12 
GeneralRe: Random 8 digit number Pin
byka28-Jul-14 6:20
byka28-Jul-14 6:20 
GeneralRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 6:22
mveRichard Deeming28-Jul-14 6:22 
GeneralRe: Random 8 digit number Pin
byka29-Jul-14 1:51
byka29-Jul-14 1:51 
GeneralRe: Random 8 digit number Pin
byka29-Jul-14 1:53
byka29-Jul-14 1:53 
GeneralRe: Random 8 digit number Pin
Richard Deeming29-Jul-14 2:14
mveRichard Deeming29-Jul-14 2:14 
GeneralRe: Random 8 digit number Pin
byka29-Jul-14 2:31
byka29-Jul-14 2:31 
GeneralRe: Random 8 digit number Pin
Richard Deeming29-Jul-14 5:56
mveRichard Deeming29-Jul-14 5:56 
QuestionHow to create ASP.NET database driven dynamic website, Database Connection, Tutorial Pin
Biplob Singha Shee28-Jul-14 2:01
Biplob Singha Shee28-Jul-14 2:01 
SuggestionRe: How to create ASP.NET database driven dynamic website, Database Connection, Tutorial Pin
Richard Deeming28-Jul-14 2:50
mveRichard Deeming28-Jul-14 2:50 
GeneralRe: How to create ASP.NET database driven dynamic website, Database Connection, Tutorial Pin
Biplob Singha Shee28-Jul-14 3:20
Biplob Singha Shee28-Jul-14 3:20 
GeneralRe: How to create ASP.NET database driven dynamic website, Database Connection, Tutorial Pin
Richard Deeming28-Jul-14 3:46
mveRichard Deeming28-Jul-14 3:46 
QuestionWeb Crawling Pin
JaypalSinh9026-Jul-14 19:56
JaypalSinh9026-Jul-14 19:56 
AnswerRe: Web Crawling Pin
Kornfeld Eliyahu Peter26-Jul-14 20:33
professionalKornfeld Eliyahu Peter26-Jul-14 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.