How to save the physical files

  •  05-14-2010, 5:52 AM

    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
View Complete Thread