Click here to Skip to main content
15,911,139 members

Comments by Member 7894476 (Top 1 by date)

Member 7894476 24-Sep-12 7:35am View    
I want to resize the image before uploading. I found out that we need to create a bitmap of the content of the fileUpload control in memory. With FileUpload control, it is done with fileupload1.filecontent. But, how to do that with this AjaxFileUpload?