I am using uploadify along with ASP.NET to upload files to my server. At the moment I have to recreate the folder structure and upload the images in batches per directory.

Does anyone know of a way of using Uplodify or any other tool that would allow me to select a folder and upload the entire directory?

Thanks.

link|improve this question

1  
I'd imagine you'd need a Java-based uploader, similar to Facebook's one. – Marcel Mar 3 '11 at 9:09
Can you suggest one? I have done a quick search and can't find one that jumped out. I don't really use facebook so not sure of that one :) – webnoob Mar 3 '11 at 9:24
I count vouch for any from personal experience but it looks like a Google search for "html folder upload java" returns some good results. – Marcel Mar 3 '11 at 10:42
feedback

2 Answers

It is not possible with javascript. You should take a look at solutions, that use client java or flash.

link|improve this answer
I know it isn't possible with Javascript. The one I am using currently is flash but I would like to try allowing folder selection without having to zop the whole lot up. – webnoob Mar 3 '11 at 9:13
feedback
up vote 0 down vote accepted

I have decided I will upload a zip file containing the structure and deal with it that way.

Thanks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.