xumingxian
Programmer
I try to read a list of parameters from a user specified text file (a tab delimited *.txt in Excel), which stored in user's local driver. These parameters will be insert into a database table as one of criteria for a user's query. I can not use a JavaBean to do this due to the server-side JavaBean does not recognize any user's local driver. If a javascript in client-side could copy this *.txt to a designated network mapped driver, then a JavaBean can process this file to act on database.
I don't know how to implement this via javascripts. Please help! Thanks in advance
I don't know how to implement this via javascripts. Please help! Thanks in advance