Loading an Image Folder using Javascript -
i creating image manipulation tool in browser, , want people able select image folder use directory work from, , images available editing , displaying in html canvas.
how can have user select folder on computer , load images inside it?
what handling dropbox, box, google drive file, folder , drag & drop. if interested take this: http://extract.autodesk.io/ - sample not work images, 2d/3d models, not different images, change change file filters accordingly.
source code posted here: https://github.com/cyrillef/extract-view.and.data.api
where start:
- install flow.js - https://github.com/flowjs/flow.js
- https://github.com/cyrillef/extract-view.and.data.api/blob/master/www/index.html#l195 html portion
- https://github.com/cyrillef/extract-view.and.data.api/tree/master/www/js
- upload-flow.js - using flow.js library local file
- loaders.js - handle dropbox, box, google driver, etc...
- https://github.com/cyrillef/extract-view.and.data.api/tree/master/server
- flow-node.js - flow.js node.js implementation
- file.js - server routing flow file
you got in php, if not want node.js https://github.com/cyrillef/extract-php-view.and.data.api
Comments
Post a Comment