Download all directories using Uploadify (or something else)

I use uploadify with ASP.NET to upload files to my server. At the moment, I have to recreate the folder structure and upload images to batches in the catalog.

Does anyone know a way to use Uplodify or any other tool that will allow me to select a folder and download the entire directory?

Thanks.

+4
source share
2 answers

I decided that I would upload the zip file containing the structure and process it that way.

Thanks.

0
source

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

+1
source

Source: https://habr.com/ru/post/1342093/


All Articles