3.2.0

uplaoding csv from local system into datagrid

Hi,

can anaybody tell me how to uploade csv from local system into datagrid. Any client side javascript for browsing the file and uploading it to datagrid.
Please help me out.

Thanks in advance.
jhunnu
November 9,
You cannot upload a local file through Javascript.

What you have to to is to use a HTML Form Upload which selects a local file and sends it to the web server. There you must bounce it back to your webpage for reading into a grid.
Karl Thoroddsen
November 9,
Thanku very much Karl.
jhunnu
November 9,
Take a look at the "data - csv text file.htm" example file.
Matthieu Hendriks
November 13,

This topic is archived.

See also:


Back to support forum