_anomDiebolt_
8 years agoQrew Elite
Bulk File Upload!
I was just checking out the release notes for Safari 11.1 (which includes support for Service Wokers!) and notices there was an note for a feature called Directory Upload:
Safari 11.1 Release Notes
https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_11...
So if Safari is adding this feature other browsers must have it already. Sure enough Chrome has something called DataTransferItem and the demo indicates you can drop a folder into a dropzone and all the files in the folder are readable by script. Check it out:
http://html5-demos.appspot.com/static/dnd/all_types_of_import.html
It should be easy enough to pump all the files in the folder up to QuickBase with a button click.
The fun never ends!
Safari 11.1 Release Notes
https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_11...
So if Safari is adding this feature other browsers must have it already. Sure enough Chrome has something called DataTransferItem and the demo indicates you can drop a folder into a dropzone and all the files in the folder are readable by script. Check it out:
http://html5-demos.appspot.com/static/dnd/all_types_of_import.html
It should be easy enough to pump all the files in the folder up to QuickBase with a button click.
The fun never ends!