Completed
Last Updated: 12 Aug 2015 15:51 by Ryan
Ryan
Created on: 13 Aug 2014 16:28
Category: AsyncUpload
Type: Bug Report
0
uploadRemoved client event has bug where "get_fileName()" returns bad data
when deleting files from radasyncupload via the "built-in" delete button, "get_fileName()" method in both the upload_removing and upload_removed events returns correct data. However, when deleting files via the api, the get_fileName() method returns bad content.

built-in button something like:
document.pdf

api something like:
document.pdf<span class="ruFileProgressWrap"><span class="ruFileProgress"></span></span>

to reproduce: 
1. run attached web form. select file for upload. click remove button. view console. all good.

2. click the "delete via api" checkbox to enable. select another file. view console. bad.
Attached Files:
0 comments