ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mewbie on January 19, 2018, 02:07:55 pm
-
Hello,
I need to save data in mysql blob format and overall column def already set with GET method,
I don't know if I could save data with GET, so I need to send it using POST.
Could you give me any idea on how to send a column using POST and the other is using GET?
Thank you
-
type: 'POST' is added to the $.ajax call
https://paramquery.com/pro/demos/editing_batch
-
Thank you, it works for POST,
but another thing, could you give example/idea of saving data/image to table with pqgrid?
I'm thinking about the column would store path information upon upload and can be clicked to be downloaded.