4

How does Google Docs make full folder upload possible? What technology are they using?

The benefit of full folder upload is that the folder structure is preserved meaning that folders within folders will also upload and become collections within collections.

woran
  • 1,317
  • 2
  • 16
  • 22
  • Answering my own question. See: http://stackoverflow.com/questions/5826286/how-do-i-use-google-chrome-11s-upload-folder-feature-in-my-own-code – woran Oct 10 '11 at 04:02

1 Answers1

2

Folder upload is made possible by two ways one by support of chrome and in other browsers since they do not support folder upload we use applet .Applet provide UI for folder upload and
Applet writes folder path etc.. to variables such as $_POST,$_File etc.. .Using these variables we create directory structure same as that of orginal selected folder and files are written to their corresponding folder.

Joeytje50
  • 18,636
  • 15
  • 63
  • 95