Link to home
Start Free TrialLog in
Avatar of andy_booth
andy_boothFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Recursive Folder Upload via Web

Originally we were going to write a windows application to upload folders to our server, this was fine and dandy. However, apparently there are some pesky mac users that we need to cater for, so a windows .net solution is no good.

Switching to asp.net, is there any way of doing this? Perhaps some free or paid object we can use?
It has to support dragging or uploading a directory, which will recursively add all sub folders and files on to our server. (a bit like how drop box does it).

We need to code around this, so it needs to be an object. Filezilla client is obviously not an option, for example.
Avatar of ozo
ozo
Flag of United States of America image

rsync?
Unless you have Active-X Control or similar, you may not be able to do it.

Look at CuteUpload
Avatar of andy_booth

ASKER

Thank you for your comments.

CuteUpload won't work on Macs, it seems to be IE only.

Rsync could be an option, do you know if there is an already made asp.net object out there that can be used?
ASKER CERTIFIED SOLUTION
Avatar of Pravin Asar
Pravin Asar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the points. Glad to be of some help