BSpages_de Posted December 10, 2016 Share Posted December 10, 2016 Hello, I'd like to allow users uploading more than 1 file in the contact form. I would like to use multiple="" to allow selecting multiple files with Ctrl. After that it would be perfect if both names show up in the Field where the filename is set by uniform js. Unfortunately I am not familiar with javascript. And after adding multiple to the input field in the theme file still only the last choosen file is displayed as filename. Has anyone already dealt with uploading multiple files in the contact form? Tomorrow I will describe my issue a little more detailed and show you which changes I already did exactely and which I was not able to perform. So far I am only dealing with the template part of uploading multiple files. Controller part should not be a problem, I think. Thank you in advance for your help and the great community Best Regards, Benedikt Schickan Link to comment Share on other sites More sharing options...
mister_j Posted December 13, 2016 Share Posted December 13, 2016 Hello, I would suggest you go on and make yours uploader. If you don't know you can check this post http://stackoverflow.com/questions/2704314/multiple-file-upload-in-php Link to comment Share on other sites More sharing options...
SilviaPimenta Posted March 8, 2017 Share Posted March 8, 2017 Hello, I am implementing a module in prestashop version 1.6, where nese module I intend to attach files and send them by email. If I put this code in the form: array ( 'Type' => 'file', 'Label' => $ this-> l ('Attach documents'), 'Name' => 'FILE', 'Search' => false, 'Orderby' => false, 'Align' => 'center', It can send a file that you select, but you can not select multiple files, and I want to attach several files. Anyone know how I can do it? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now