Is it possible to upload a folder with browser?
I search in Google and find out that this is a browser limitation and that I must use Java Applet or Flash.
Is there any way to upload folder with Flash? I cannot get any clue about this. Is there any way to get only folder path with browser?
You can archive the directory with something like
tar
and then upload it as a one file.But be careful, you might exceed php upload max which is by default set at 2MB. This is configurable though.