×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
How to retain a previously uploaded file?
Greg Podesta
Nouveau membre
Posts: 5
il y a 8 ans 1 mois - il y a 8 ans 1 mois #1435
par Greg Podesta
How to retain a previously uploaded file? a été créé par Greg Podesta
I'm using a File input to allow uploading a file that is relevant to the record and all works as expected, except one critical thing:
When the item form is initially displayed for editing, a link to the file appears and works, but submitting other updates blanks out the field.
Surely this isn't expected behavior, so I'm not sure what I'm doing wrong. I want to be able to save the record, leaving the previously uploaded file intact.
Also, on a slightly related note, is there "somewhere", perhaps a plugin where the uploaded file can be processed at the time of upload (to extract certain metadata from within the file itself)?
FURTHER OBSERVATIONS:
I see that the originally uploaded file is being retained in a hidden input field, so I see that it "should" be retained, however something weird is happening:
<input type="hidden" name="jform[agenda_pdf][]" id="jform_agenda_pdf_hidden" value="0Agenda.pdf" />
When the Submit button is clicked, this hidden field is NOT included in the fields that are posted, thus the code in the table is blanking it out as it should. I see some javascript that is manipulating this value on submission, but I can't see to follow what is going on, so can't see why this field is being excluded from the POST.
When the item form is initially displayed for editing, a link to the file appears and works, but submitting other updates blanks out the field.
Surely this isn't expected behavior, so I'm not sure what I'm doing wrong. I want to be able to save the record, leaving the previously uploaded file intact.
Also, on a slightly related note, is there "somewhere", perhaps a plugin where the uploaded file can be processed at the time of upload (to extract certain metadata from within the file itself)?
FURTHER OBSERVATIONS:
I see that the originally uploaded file is being retained in a hidden input field, so I see that it "should" be retained, however something weird is happening:
<input type="hidden" name="jform[agenda_pdf][]" id="jform_agenda_pdf_hidden" value="0Agenda.pdf" />
When the Submit button is clicked, this hidden field is NOT included in the fields that are posted, thus the code in the table is blanking it out as it should. I see some javascript that is manipulating this value on submission, but I can't see to follow what is going on, so can't see why this field is being excluded from the POST.
Dernière édition: il y a 8 ans 1 mois par Greg Podesta.
Connexion ou Créer un compte pour participer à la conversation.
Santiago Crespo Calvo - NIF 29159210V
Nouveau membre
Posts: 3
il y a 7 ans 10 mois #1458
par Santiago Crespo Calvo - NIF 29159210V
Réponse de Santiago Crespo Calvo - NIF 29159210V sur le sujet How to retain a previously uploaded file?
Hello
I've the same problem. ¿Have you solved it?
Best regards
Santiago
I've the same problem. ¿Have you solved it?
Best regards
Santiago
Connexion ou Créer un compte pour participer à la conversation.
Andres Maeso
Membre platinium
Posts: 338
il y a 7 ans 10 mois #1461
par Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser.
Réponse de Andres Maeso sur le sujet How to retain a previously uploaded file?
Hi
We had to chose an standard behaviour for this and it's the one you describe. There're many ways of doing this depending on the desired final result, so it has to be manually customized. If you are unsure on how to do this, please send a support ticket and we will gladly assist you.
Regards,
Andrés.
We had to chose an standard behaviour for this and it's the one you describe. There're many ways of doing this depending on the desired final result, so it has to be manually customized. If you are unsure on how to do this, please send a support ticket and we will gladly assist you.
Regards,
Andrés.
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser.
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.065 secondes