I am using an AsyncFileUpload tool for uploading images in a registration form. But, I have a problem in that, if anyone will try to upload a photo larger than 30kb, the size of the database may increase. So I would like to give a provision for users to upload their large photo using the AsyncFileUpload control and provide a cropping mechanism. If anyone know the idea, please tell me.
I am using an AsyncFileUpload tool for uploading images in a registration form. But,
Share
Guid.NewGuid().ToString().You will save database space that way, and resizing the image gives you control over what is acceptable. If they ‘crop’ to the maximum size, then you could have huge files.