Page 1 of 1

Realtive path for process.php ?

Posted: Mon Oct 12, 2009 6:47 am
by CortoMaltese
Hello

Still looking for the best solution for me

while testing process.php i realise that in

document.writeln('<PARAM NAME="url" VALUE="http://www.mysite.com/mydir/process.php">');

i tried to change that to relative path, but it's not working

Because i would like to be able to deploy my apps for my clients withour having to go in he code for each one


Is it possible ?

Thank you

Corto

Re: Realtive path for process.php ?

Posted: Mon Oct 12, 2009 11:03 am
by support
Did you see my answer at:
viewtopic.php?f=2&t=340#p1475

Re: Realtive path for process.php ?

Posted: Fri Oct 16, 2009 6:27 am
by CortoMaltese
Yes and I thank you for that

The thning is i have problems setting up all that jsp stuff
And i realy need to move on

Also I need to connect the upload files to a database

as i'm familiar with php i thought that it vould be easir for me to do it like that, in php directly

by the way i have a question

the good place to put it is quite hard to find ;)

in fact the only thing that works is
when i add it after

Code: Select all

    $message = do_post_upload($target_folder,$max_size,$resume);
and it's only working when i launch directly process.php

it does not work whith the applet itself

i tried the other places as i've read in the forum, but none works


I'm surprised that just getting the name of the uploaded file to put it in a database is not easier

???