Re: [AjaxUploader 4.0] Image name when uploading from iPad or iPhone (thus from iOS)

  •  01-14-2016, 10:56 AM

    Re: [AjaxUploader 4.0] Image name when uploading from iPad or iPhone (thus from iOS)

    Hi,

     

    try change the save name in event "FileUploaded", does it work? We have no do the full tests with mobile platform, so maybe some of the functions does not work correct on them, we will improve this in the future version.

     

    1. protected void Uploader1_FileUploaded(object sender, UploaderEventArgs args)  
    2.   {  
    3.       args.CopyTo("~/"+"new.jpg")  
    4.   }  
     

    Regards,

     

    Ken 

View Complete Thread