
|
This is a brilliant system! I’m amazed… I’m trying to use the uploader system, but it doesn’t work… My gallery can only work if I send the images to the images and thumbs folder… Please, can somebody help Me? I’m Brazilian, so… I’m sorry about my poor english.
This is the link to my gallery, its from a test server:
http://www.estacabirigui.phpnet.us/galeria/
this is the uploader:
http://www.estacabirigui.phpnet.us/galeria/uploader/
If you need the login I can send you…
Thank you!
|
 E2
|
in the uploader folder location paths try:
‘../images/’
and
‘../imagethumbs/’
|

|
in the uploader index.php file
hello what i do is that i modify the form and remove the formfields that you enter the path and the instead of using post y specified the folder in the varieable like this
$folder=’../image’;
$thumbs=’../imagethumb’;
|