Title: [SOLVED] Does easyui form support multiple file upload? Post by: klynix on October 11, 2013, 07:18:02 PM Dear All,
I experienced of form post with multiple file element named "MultiFileUpload[]" but $_POST['MultiFileUpload'] says "Notice: Undefined index: MultiFileUpload". can anyone help? Title: Re: Does easyui form support multiple file upload? Post by: klynix on October 11, 2013, 07:48:02 PM sorry all, called a wrong variable. I should call $_FILES instead of $_POST
|