Search found 6 matches

by bozo
14 Dec 2020, 19:27
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

yes, I did.

Days later in my despair all possible places where "application/x-www-form-urlencoded" found.

no luck.
by bozo
13 Dec 2020, 16:22
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

you are right, it should be in $_FILES. Sadly empty. I think the my main problem is related to "Content-Type" Basket checkout is always " application/x-www-form-urlencoded ; charset=UTF-8". For file upload it is must be " multipart/form-data; ", otherwise it won't work....
by bozo
11 Dec 2020, 16:15
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

I tried many ways... it doesn't show up. :roll: I assume getUploadedFiles() is the controller end, so first should appear in the POST. This is what I can see now in the POST: (after removing hidden field) { "_token": "KKMavkREgf4HMCdOqdKYHSfeoGLN3F28zg5sHIGZ", "b_action"...
by bozo
09 Dec 2020, 12:36
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

Thank you for Your time and the detailed explanation! I tried to do similar way, the given steps helps me to see how the whole flow works! I was able to visualize the file upload input form element, I could browse files. After submit(checkout) the file data not included in the post. <?php break; cas...
by bozo
09 Dec 2020, 09:58
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

Sorry for the misleading information. I mentioned admin page as I was using it for configuration. I created and added new custom attribute with it. Afterwards I planned to customize this. I added it in order to implement customer image upload. To provide image upload possibility for t-shirts or mugs...
by bozo
08 Dec 2020, 07:34
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5003

Re: Offer file upload for customer - Possible

This is an old post, but this is the function I'm looking for. I could set "upload" using admin page similar way to custom text using attributes. I found where to extended attribute-standard.php. File upload only visible, but not working. I don't know how to set parameters properly. How to...