ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: TonyLeech on September 07, 2016, 05:30:03 pm

Title: Grid Toolbar Button to Select/Load Local File
Post by: TonyLeech on September 07, 2016, 05:30:03 pm
I'd like to use a button on the grid toolbar to load a local file into the grid.  Most of the jQuery examples I've found still use an html <input type="file"> and respond to or trigger its click event.  Do you know instead if I can use one of your buttons placed on the grid toolbar?

Alternatively, have you done this before and have a solution you can share?

Much appreciate any support/ideas you can offer.  Thanks.
Title: Re: Grid Toolbar Button to Select/Load Local File
Post by: paramvir on September 08, 2016, 07:37:41 pm
As per my info, file can't be uploaded in web page without <input type="file">

It's a matter of styling to make it look like a pure button which you can google to find lot of tips and tutorials.