1 Answers
You can move the uploaded file to the desired folder in the callback event, based on the value of the row posted data.
For ref: https://www.gridphp.com/demo/demos/editing/file-upload.phps
line 153-154: setting events
line 162-190: callback functions using row data.
Above code is just for sample, you need to code yourself about moving file in specific folder.
Your Answer