Re: ASP Uploader question

  •  12-28-2009, 11:21 PM

    Re: ASP Uploader question

    Dear altero,
     
    After files are uploaded to your server, it exist in temporary folder. Then you can use CopyTo or MoveTo to copy or move the uploaded files, you can also handle these uploaded files, if it is an image file, you can resize it.
     
    http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx , this example is for Ajax Uploader, it resize the uploaded image file.
     
    Regards,
    Eric
View Complete Thread