Pogledajte određenu poruku
Staro 29. 03. 2007.   #1
ljtruba
old school
Expert
 
Datum učlanjenja: 14.10.2006
Poruke: 460
Hvala: 39
17 "Hvala" u 14 poruka
ljtruba is on a distinguished road
Default FCK editor - upload i browser

Pozdrav,
na vas savet uspesno sam instalirao i podesio FCK editor.

Promenio sam i putanje, tako da mi radi i upload.
Problem je u tome sto mi sa istim tim putanjama ne radi browser, a on mi treba ponajvise.

Evo podesavanja u config.php fajlu za upload
Kôd:
// SECURITY: You must explicitelly enable this "uploader". 
$Config['Enabled'] = true ;

// Set if the file type must be considere in the target path. 
// Ex: /UserFiles/Image/ or /UserFiles/File/
$Config['UseFileType'] = false ;

// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = '/upload/images/' ;

// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Usefull if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\UserFiles\\' or '/root/mysite/UserFiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/home/FA06-25-04-10_9rykuaetatdx4n4cean7/domen.com/public_html/folder2007/upload/images/' ;
I slicno to u config fajlu za browser
Kôd:
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
$Config['Enabled'] = true ;

// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/upload/images/' ;

// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Usefull if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\UserFiles\\' or '/root/mysite/UserFiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/home/FA06-25-04-10_9rykuaetatdx4n4cean7/domen.com/public_html/folder2007/upload/images/'
Pomagajte
ljtruba je offline   Odgovorite uz citat