×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
"File field" field type not working as expected
Rob LeVine
New Member
Posts: 7
pred 10 rokmi 5 mesiacmi #89
od Rob LeVine
"File field" field type not working as expected bolo vytvorené Rob LeVine
Hi,
My Joomla 3.x component makes use of the field type "File Field" so that the user can upload a file. However it's not working correctly as far as I can tell. NOTE: In my case the file field is required, which may make a difference in this issue.
There are a number of issues and I will try to get them all during my description of the issue. When editing an element via the Joomla admin UI, the file field does not display the file that is currently chosen (see attached screen shot). It shows the field label (in my case "Program File Location") and then it shows the Choose File button and next to it is "No File Chosen". First, there has already been a file chosen and it's stored in the database and secondly, if you try to submit the page (i.e., Save) you cannot because there's an error that you form is invalid because you haven't selected a value.
You might then argue that the "View File" link is what someone is supposed to use to see the currently chosen file. I would argue that there should still be made clear that a chosen file already exists and that the user doesn't need to choose another. More importantly is that the View File link contains very incorrect information. In my situation the database value is stored as "amateur_strand_program_1924_02_24_classical.pdf". The file is located in the /media/concert_programs directory on the server. When I use the database value in my UI, I know to prepend the /media/concert_programs/ to it. I would understand if I need to store the full path instead of just part of the path as I do. HOWEVER, the View File still contains way too much information. In my case it looks like this: http://<domain>/administrator/components/com_pso_history/media/concert_programs/amateur_strand_program_1924_02_24_classical.pdf
As you can see it contains the path to the component, which is not correct.
So, as I see it, there are two major issues:
1. That there's no clear way of knowing that you've already selected a file and because of that, when the field is required, you're never allowed to save the page because it's always thought that you haven't selected a value.
2. The View File link contains bad information
NOTE: I just rebuilt the component today so I'm using the latest code on your side.
Please let me know if you need more information or a clarification.
Regards,
Rob
My Joomla 3.x component makes use of the field type "File Field" so that the user can upload a file. However it's not working correctly as far as I can tell. NOTE: In my case the file field is required, which may make a difference in this issue.
There are a number of issues and I will try to get them all during my description of the issue. When editing an element via the Joomla admin UI, the file field does not display the file that is currently chosen (see attached screen shot). It shows the field label (in my case "Program File Location") and then it shows the Choose File button and next to it is "No File Chosen". First, there has already been a file chosen and it's stored in the database and secondly, if you try to submit the page (i.e., Save) you cannot because there's an error that you form is invalid because you haven't selected a value.
You might then argue that the "View File" link is what someone is supposed to use to see the currently chosen file. I would argue that there should still be made clear that a chosen file already exists and that the user doesn't need to choose another. More importantly is that the View File link contains very incorrect information. In my situation the database value is stored as "amateur_strand_program_1924_02_24_classical.pdf". The file is located in the /media/concert_programs directory on the server. When I use the database value in my UI, I know to prepend the /media/concert_programs/ to it. I would understand if I need to store the full path instead of just part of the path as I do. HOWEVER, the View File still contains way too much information. In my case it looks like this: http://<domain>/administrator/components/com_pso_history/media/concert_programs/amateur_strand_program_1924_02_24_classical.pdf
As you can see it contains the path to the component, which is not correct.
So, as I see it, there are two major issues:
1. That there's no clear way of knowing that you've already selected a file and because of that, when the field is required, you're never allowed to save the page because it's always thought that you haven't selected a value.
2. The View File link contains bad information
NOTE: I just rebuilt the component today so I'm using the latest code on your side.
Please let me know if you need more information or a clarification.
Regards,
Rob
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Eduardo Mena
Junior Member
Posts: 31
pred 9 rokmi 11 mesiacmi #496
od Eduardo Mena
Odpoveď od Eduardo Mena na tému "File field" field type not working as expected
Hello! I'm also having problems with the file field.
I would like to control the folder where the files are uploaded.
Normally, I would do this in the model. But I can't find the function that tells where the file should be stored.
Where can I find it?
Thanks!
I would like to control the folder where the files are uploaded.
Normally, I would do this in the model. But I can't find the function that tells where the file should be stored.
Where can I find it?
Thanks!
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Jovvyb
New Member
Posts: 2
pred 9 rokmi 7 mesiacmi #693
od Jovvyb
Odpoveď od Jovvyb na tému "File field" field type not working as expected
How to override the save functionality??????????
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Gosling Cools
Junior Member
Posts: 20
pred 9 rokmi 6 mesiacmi #729
od Gosling Cools
Odpoveď od Gosling Cools na tému "File field" field type not working as expected
You'll find it under the tables/ directory
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.050 sekúnd