mzijlstra / flowcharts

Flowcharts: Computational Thinking Tool
Apache License 2.0
2 stars 0 forks source link

AJAX Image Upload #34

Open mzijlstra opened 7 years ago

mzijlstra commented 7 years ago

It would be good to make image upload an AJAX action.

I found the following resources about this: https://abandon.ie/notebook/simple-file-uploads-using-jquery-ajax http://blog.teamtreehouse.com/uploading-files-ajax

One of them also mentions how you can use JS to check that the files are images, which is great

mzijlstra commented 7 years ago

It may be good to keep images from different users separate as well...

mzijlstra commented 4 years ago

Images from different users are now separate, but upload is not AJAX yet