@genyded Yeah bro i got that. Don’t think me i am stupid. The problem is when a i send the multiple file with button click it sends a lot of request. one request for each file. this.$refs.files.upload(); And also when i send single file it returns nothing in response but i am returning all request data from my back end controller. I am using laravel as back end. And i know how to upload file. here is the response i am getting from back-end {“Content-Type”:“image/jpeg”,“files”:{}}

Latest posts made by akashajaj09
-
RE: How i can add some caption while uploading file with Q-Uploader(Multiple image)
-
How i can add some caption while uploading file with Q-Uploader(Multiple image)
I want build a system where user can post there image with some caption(Like instagram). So How can i make this functionality ?