File field improvements

9 năm 1 tháng trước - 9 năm 1 tháng trước #698 bởi 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
$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)){
insert:
if($array['id'] != 0)
{ 
   // do a db query on this current item to get the current filename
   // delete this file from the server
}   
Hope this is of any use :-)
Last edit: 9 năm 1 tháng trước by Gosling Cools.
Những thành viên sau(s) đã Cảm ơn: Andres Maeso, Juanjo vazquez real, RIP Graphics

Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.

7 năm 8 tháng trước #1401 bởi 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

Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.

Thời gian tải trang: 0.124 giây
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.