Hi, i am new to vb and just started exploring vs2010 and ajax. I am trying to achieve:
1) allowing user to upload an image file using ajax (should i use AjaxFIleUpload or AsyncFileUpload)
2) able to validate the file whether is it an image file (achieved)
3) no matter what size they choose to upload i will be able to resize to the size i wanted(achieved)
4) able to save the imagefilepath inside my database so i will be able to display it dynamically at another aspx. (stucked not achieved)
I am using the AsyncFileUpload currently as i do not know the difference. I am doing this for my sch proj wanting to create a user and display the user profile. Greatly appreciate your help. Thanks
1) allowing user to upload an image file using ajax (should i use AjaxFIleUpload or AsyncFileUpload)
2) able to validate the file whether is it an image file (achieved)
3) no matter what size they choose to upload i will be able to resize to the size i wanted(achieved)
4) able to save the imagefilepath inside my database so i will be able to display it dynamically at another aspx. (stucked not achieved)
I am using the AsyncFileUpload currently as i do not know the difference. I am doing this for my sch proj wanting to create a user and display the user profile. Greatly appreciate your help. Thanks