Please Help (AjaxUpLoader)

Last post 10-23-2009, 8:12 AM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  10-22-2009, 4:13 AM 56585

    Please Help (AjaxUpLoader)

    Hi all ...
     
    I am new in Ajax Uploader , so i have the following Questions :
     
    1-how can I upload file ( am using  UploadAttachments)
     
    2- i Want to change upload folder ( all uploaded files must be Save in UserFile folder in my website)
     
    # when I press on Upload Multi files Button a browes windows appear , and automaticly uploaded I don't want that
     
    3- how can i get file info like (size , type .... ) and show in deferent label
     
    4- and how to force the user to select just image to upload
     
    5-How to change File Name (ex :  Yaya.jpg ---> khvip87.jpg)
     
    Please Need Help !
     
     
  •  10-22-2009, 5:08 AM 56588 in reply to 56585

    Re: Please Help (AjaxUpLoader)

    Please heelp
     
     
    where is ur answers??
  •  10-23-2009, 8:12 AM 56630 in reply to 56585

    Re: Please Help (AjaxUpLoader)

    Hi,
     
    Please check the samples code.
     
    1 - when you use UploadAttachments , you can use the Items collection to get the files . each item has properties and methods to let you access the file information and data.
     
    2 - You need use the properties and methods to copy/move or open the stream .
     
    # please check the manual start sample
    10. Start uploading manually
    This sample demonstrates how to start uploading manually after file selection vs automatically.
     
    3 - use the properties and methods to get the information.
     
    4 - use the ValidateOption.AllowedFileExtensions property.
     
    5 - after you uploaded the file , you can move it to anywhere and use any name.
     
    Regards,
    Terry
View as RSS news feed in XML