Open mzijlstra opened 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
It may be good to keep images from different users separate as well...
Images from different users are now separate, but upload is not AJAX yet
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