Home All Groups Group Topic Archive Search About

Upload a directory structure in ASP.Net

Author
24 Dec 2005 11:09 AM
Rasmus
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.

Author
24 Dec 2005 11:17 AM
Mark Rae
Show quote Hide quote
"Rasmus" <Rasmus@newsgroup.nospam> wrote in message
news:9A1F80FC-A716-4EE8-9780-CCEBA283C56A@microsoft.com...

> Does anybody know a way to accomplice this, e.g. by using another ActiveX?
>
> Thanks.
>
Are all your drivers up to date? click for free checkup

Author
24 Dec 2005 11:22 AM
Mark Rae
"Rasmus" <Rasmus@newsgroup.nospam> wrote in message
news:9A1F80FC-A716-4EE8-9780-CCEBA283C56A@microsoft.com...

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

Since you're already using ActiveX, have you considered maybe using an
ActiveX FTP client? I've done this sort of thing before with the Chilkat
client-side ActiveX control.

http://www.chilkatsoft.com/refdoc/xChilkatFtpRef.html
http://www.chilkatsoft.com/refdoc/xChilkatFtp2Ref.html
Author
24 Dec 2005 12:37 PM
Rasmus
Thanks for the reply,

FTP is not an option - though it would have been an elegant solution
Author
24 Dec 2005 1:07 PM
SR
"Rasmus" <Rasmus@newsgroup.nospam> wrote in message
news:9A1F80FC-A716-4EE8-9780-CCEBA283C56A@microsoft.com...
>
> 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

Bookmark and Share