File field improvements
Gosling Cools
Junior Member
Posts: 20
9 years 8 months ago - 9 years 8 months ago #698
by Gosling Cools
File field improvements was created by Gosling Cools
Make file extension lower case (for all those .JPG files!)
Add the second line to your table/your-item.php
A current file might exist, if so delete it. Else you will end up with lots of files that don't get deleted.
After this line:insert:Hope this is of any use
Add the second line to your table/your-item.php
$filename[0] = preg_replace("/[^A-Za-z0-9]/i", "-", $filename[0]);
$filename[1] = strtolower($filename[1]);
A current file might exist, if so delete it. Else you will end up with lots of files that don't get deleted.
After this line:
if(!JFile::exists($uploadPath)){
if($array['id'] != 0)
{
// do a db query on this current item to get the current filename
// delete this file from the server
}
Last edit: 9 years 8 months ago by Gosling Cools.
The following user(s) said Thank You: Andres Maeso, Juanjo vazquez real, RIP Graphics
Please Log in or Create an account to join the conversation.
Andres Maeso
Platinum Member
Posts: 338
9 years 8 months ago #704
by Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Replied by Andres Maeso on topic File field improvements
Thank you Gosling!
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
logic
New Member
Posts: 2
8 years 3 months ago #1401
by logic
Replied by logic on topic File field improvements
i am facing following error when i try to save file filed
Error
Save failed with the following error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select FROM #__pdfperfectuploader_ WHERE id = 0' at line 1 SQL=SELECT select FROM #__pdfperfectuploader_ WHERE id = 0
Error
Save failed with the following error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select FROM #__pdfperfectuploader_ WHERE id = 0' at line 1 SQL=SELECT select FROM #__pdfperfectuploader_ WHERE id = 0
Please Log in or Create an account to join the conversation.
Andres Maeso
Platinum Member
Posts: 338
8 years 3 months ago #1402
by Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Replied by Andres Maeso on topic File field improvements
Hi
We can't reproduce that issue in our local servers.
If it keeps happening, please send us a bug report using our contact form with more details: www.component-creator.com/en/help/contact
Regards,
Andrés.
We can't reproduce that issue in our local servers.
If it keeps happening, please send us a bug report using our contact form with more details: www.component-creator.com/en/help/contact
Regards,
Andrés.
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.063 seconds