file name in free atribute addon

12.02.2017 17:16
#1
ustredna
Joomshopping forum user no avatar
Name: peter
15.01.2017
Posts: 11
Quote
file name in free atribute addon

Hi ,
is possible change inserting all inserted file with new long hashed file name?

when a insert first file with name logo.png and in other product i use the same filename as logo.png, web check file name if is not used in upload folder and when is used change filename to logo1.png

exist any solution how to use hashing file name with long hash file name for uploaded Files???

i need have saved hashed filenames.

how make this changes_?????

in registration addon fields addons this features work very good.
How can i change php code?

Tnx
Peter

 
13.02.2017 11:06
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25917
Quote
Aw: file name in free atribute addon

plugins\jshoppingcheckout\freeattributetype\freeattributetype.php

row 49

$upload->setFileNameMd5(0);

change to

$upload->setFileNameMd5(1);

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.