I have a file upload html control on my form like this:
<form id="myForm" action="FormReceiver.php" method="post" enctype="multipart/form-data">
<input type="file" name="foto" id="foto" />
</form>
Is there anyway, I can resize this image before sending it to server and then after receiving on server can i resize it again to origional size?
Actually the users of my site will browsing this page on mobile, so it takes very long to upload images on mobile device.