CorentinDav Posted April 16, 2013 Share Posted April 16, 2013 (edited) Bonjour, J'ai crée un module pour le back office qui nécessite d'upload une image. j'ai crée le helper form avec un champ de type 'file' pour pouvoir upload l'image, malheureusement, je n'arrive pas à l'uploader correctement dans le dossier de mon module, prestashop essaye de l'upload dans son dossier 'img' Quelqu'un aurait il une solution ? merci d'avance. Edited April 16, 2013 by CorentinDav (see edit history) Link to comment Share on other sites More sharing options...
Bondaty and Co Posted April 16, 2013 Share Posted April 16, 2013 il essaye de l'upload dans son dossier 'img' ou il upload dans son dossier 'img' Link to comment Share on other sites More sharing options...
CorentinDav Posted April 16, 2013 Author Share Posted April 16, 2013 Merci pour votre réponse, j'ai résolu le problème un utilisant $this->fieldImageSettings = array('name' => 'image', 'dir' => '../modules/encartpromo/img/'); 1 Link to comment Share on other sites More sharing options...
Bondaty and Co Posted April 16, 2013 Share Posted April 16, 2013 Parfait Merci de mettre en [RESOLU] 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