Hi,
I just want to support multiple file upload. Like it is already functional for single file but I want to upload multiple files using single button. Is it possible?
2 Answers
Currently PHPGrid does not support multiple files uploading.
There is one field to one upload mapping. Problem exist because when we upload multiple files (n files), we must have n fields to map those uploads. if your scenario is different, let me know. May be it help in finding alternate solution.
Your Answer