Upload a directory structure in ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’m looking for a solution to the problem of uploading a complete tree of
folders and files to a webserver running an ASP.Net site.

I’ve been looking at the Xupload ActiveX from Persist and got it working,
and on the aspx page I can get all the files but I can’t recreate the folder
structure.

Does anybody know a way to accomplice this, e.g. by using another ActiveX?

Thanks.
 
Thanks for the reply,

FTP is not an option - though it would have been an elegant solution
 
Rasmus said:
I'm looking for a solution to the problem of uploading a complete tree of
folders and files to a webserver running an ASP.Net site.

I've been looking at the Xupload ActiveX from Persist and got it working,
and on the aspx page I can get all the files but I can't recreate the
folder
structure.

Does anybody know a way to accomplice this, e.g. by using another ActiveX?

Check this
http://www.aurigma.com/Products/ImageUploader/

I use it with asp.net and old asp with free dundas component.

Works well...
Bye
Sandro
 
Back
Top