How to Implement browse button in-place of drag and drop #97

Closed
opened 2014-08-17 17:08:48 +00:00 by vinaychada1980 · 5 comments
vinaychada1980 commented 2014-08-17 17:08:48 +00:00 (Migrated from github.com)

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

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
SheetJSDev commented 2014-08-17 17:33:23 +00:00 (Migrated from github.com)

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

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
vinaychada1980 commented 2014-08-18 06:18:41 +00:00 (Migrated from github.com)

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, 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
vinaychada1980 commented 2014-08-18 06:56:02 +00:00 (Migrated from github.com)

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

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
SheetJSDev commented 2014-08-18 16:31:12 +00:00 (Migrated from github.com)

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

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
vinaychada1980 commented 2014-08-19 06:09:12 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#97
No description provided.