How to Implement browse button in-place of drag and drop #97
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#97
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Thanks for your code..
How to implement the browse button..
Need to Implement browse button in-place of drag and drop.
Please help me on this its very urgent for me and Need to run this code IE browser with browse the file functionality
.
Thanks for advance for your help..
Regards,
Vinay Chada
What version of IE are you trying to support?
For IE10+, if you just want to put a button in place of the drag and drop, there is an example in the README which basically attaches an event handler to the
change
event.For IE9 and below, the easiest way may be to use a polyfill. See https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills#file-api for more information
Hi,
Thanks for your replay.
I am using IE 10+, Could you please send me the code for browse button in-place of drag and drop.
Here i am trying for the same but no luck.
Please help me on this,,
Regards,
Vinay Chada
Hi,
Could you please send me the IE 10+ support and browse button related code.
I am waiting for your replay.
Thanks for advance for your help.
Regards,
Vinay Chada
The file input mode should be available on the web demo http://oss.sheetjs.com/js-xlsx now. Tested it on IE11, but it should work back to IE9
Hi,
Thanks for your valid replay.
Above mentioned (fixes #97) code working fine in IE 10, could you please provide the IE 9 and IE 8 related code also.
Now users asking IE 9 and IE 8 also for xlsx file reader.
Grate thanks for your help.
Regards,
Vinay Chada