ASP Uploader question

Last post 12-30-2009, 6:07 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  12-28-2009, 5:58 AM 57945

    ASP Uploader question

    Since there is no group for ASP Uploader, i'll try here instead.
     
    Is it possible, when i upload some picture files, that i can upload it to an ASP script instead of an folder?
     
    I need to do some imageresizing when pictures is uploaded, but i can't figure out how i do this.
     
    Normally, i use ASPUpload (aspuload.com) to upload, and then ASPJpeg (aspjpeg.com) to scale the images during upload. Is it not possible to do that with ASP Uploader?
     
    Kind Regards and happy newyear,
    Michael O.
    Denmark
  •  12-28-2009, 11:21 PM 57962 in reply to 57945

    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
  •  12-29-2009, 5:26 PM 57975 in reply to 57945

    Re: ASP Uploader question

    altero:
    Since there is no group for ASP Uploader, i'll try here instead.
     
    Is it possible, when i upload some picture files, that i can upload it to an ASP script instead of an folder?
     
    I need to do some imageresizing when pictures is uploaded, but i can't figure out how i do this.
     
    Normally, i use ASPUpload (aspuload.com) to upload, and then ASPJpeg (aspjpeg.com) to scale the images during upload. Is it not possible to do that with ASP Uploader?
     
    Kind Regards and happy newyear,
    Michael O.
    Denmark
     
    Since ASP uploader is a pure asp script solution. Auto resized the uploaded image feature is not supported.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  12-30-2009, 6:07 PM 58000 in reply to 57945

    Re: ASP Uploader question

    Denmark,
     
    Please check the demos.
     
    When uploader finish upload the files , you can get a GUID for each file, and then process the temp file using VBScript
     
    Somthing like
     
    Set mvcfile=uploader.GetUploadedFile(fileguid)
    Regards,
    Terry
View as RSS news feed in XML