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

Last post 01-14-2016, 10:56 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-11-2016, 7:30 AM 82173

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

    (AjaxUploader 4.0)

     

    When uploading images from iPad or iPhone, the AjaxUploader always names the image "image.jpeg". That's regardless of the real filename of the image being uploaded.

     

    When uploading from Android or Windows, there is no problem. 

     

    What causes this iOS issue, and how can we prevent it? 

  •  01-14-2016, 10:56 AM 82199 in reply to 82173

    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 as RSS news feed in XML