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.
- protected void Uploader1_FileUploaded(object sender, UploaderEventArgs args)
- {
- args.CopyTo("~/"+"new.jpg")
- }
Regards,
Ken