See this tutorial: https://hacks.mozilla.org/2011/01/how-to-develop-a-html5-image-uploader/
You can Google for any kind of these tutorials ;)
Is there a way in a Laravel project to have a file upload element that will resize the image to specifications on the client side before uploading to the server? I have an image uploader which will be used to upload images from a mobile phone and these tend to be around 5mb which takes ages to upload so I want to find a solution to lessen this time.
Please or to participate in this conversation.