Hi,
I'm using JFileUpload with process.php. Everything works fine. Now I'm trying to set the upload_dir dynamically to the directory relative to index.php or other PHPs with build in applet_http_php.js.
I don't know how to call the one process.php from different PHPs (each calling applet_http_php.js) and deliver the upload_dir as a variable.
Any ideas?
Setting current upload_dir in process.phpRe: Setting current upload_dir in process.phpWhy not using "account" extra parameter for remote relative folder? It is designed for that purpose:
<PARAM NAME="param5" VALUE="account"> <PARAM NAME="value5" VALUE="folder/subfolder"> |