ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mewbie on January 19, 2018, 02:07:55 pm

Title: save blob data on column
Post 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
Title: Re: save blob data on column
Post by: paramvir on January 19, 2018, 02:35:17 pm
type: 'POST' is added to the $.ajax call

https://paramquery.com/pro/demos/editing_batch
Title: Re: save blob data on column
Post by: mewbie on January 22, 2018, 05:50:32 pm
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.