How to save the physical files

Last post 05-14-2010, 8:12 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  05-14-2010, 5:52 AM 61016

    How to save the physical files

    hi, i am newbie for this uploader. i have download the demo version and try to implement it. but i wonder how to upload the images files tat i have uploaded into a folder and the record is keep in the database?
     
    I am not sure how to get the physical files and read the content of the images. the normal upload process that i have use to get the file is like tis :

    Dim uploadedImage As HttpPostedFile = Request.Files("Filedata")

    but in this ajax upload. i have problem on getting the images files. i nid to do the resize and rename on the physical files before save it.
     
     
    can someone plz give me some ideas? thank you
  •  05-14-2010, 8:12 AM 61021 in reply to 61016

    Re: How to save the physical files

    You can refer to online demo, http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, in this example, after image is uploaded, it will can be resized, source code can be found in download package.
     
    Regards,
    Eric
View as RSS news feed in XML