mageprakash / OrderAttachment

Magento 2 Order Attachment by MagePrakash allows customers to attachments proof such as Images, PDFs or any type of Files/Docs while placing the orders.
18 stars 9 forks source link

Uploading File Continuous Loading #28

Open zenrylbenz opened 2 years ago

zenrylbenz commented 2 years ago

when you click the file to upload it will load continuously. image

shiyam312001 commented 7 months ago

Hi Bro, Continous Loading In Checkout , So How Can I Fixed Could You Give Update Code Because its Not Working

shiyam312001 commented 7 months ago

I Have Fixed the Error , Only you do this Path: YourProject/vendor/magento/framework/File/uploader.php private function _setUploadFileId($fileId) { if (is_array($fileId)) { // $this->validateFileId($fileId); Comment this line its Work Perfectly $this->_uploadType = self::MULTIPLE_STYLE; $this->_file = $fileId;