danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

$ngfBlobUrl missing in two input form #2120

Open PieroProcessing opened 5 years ago

PieroProcessing commented 5 years ago

Hi, there is something I can't understand. i have a form with two input like this form input ngf-select= upload($file, 'option1')/> input ngf-select= upload($file, 'option2')/> form>

I use console log to analyze $file. the thing is that in the first input I find the blob url data. while missing in the second. Do you have nay idea why is so? thanks