javascript - Choose a file sporadic issue -
i using angularjs
in nodewebkit
application upload file.
html has :
<input type="file" id="fileinput" class="image-selector" name="image" accept="image/*" />
in desktop application, on clicking "choose file" there sporadic issues occur in windows:
1. not show folders in specific location.
2. if there 2 windows users , b, if user logged in currently, shows desktop/documents foloder of user b instead of a.
this happened once every 10-15 times clicked on choose file.
not sure sure if issue related nodewebkit or javascript or windows.
Comments
Post a Comment