Turning *Not Registered* Off

Explorer-like frontend add-on to upload/download.
Post Reply
aevideoweb
Posts: 19
Joined: Sat May 31, 2008 1:11 am

Turning *Not Registered* Off

Post by aevideoweb »

Greetings,
I've added the four lines pointing to the explorer.oxw into the applet_http_explorer.js file. It is still not turning off.
The explorer.oxw file is in the root directory along with the .js files.
Here is what I appended:

document.write('transferuiparam1="regfile" ');
document.write('transferuivalue1="explorer.oxw" ');

document.writeln('<PARAM NAME="transferuiparam1" VALUE="regfile">');
document.writeln('<PARAM NAME="transferuivalue1" VALUE="explorer.oxw">');

Is this correct?

Thanks,
AEVideoWeb

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Turning *Not Registered* Off

Post by support »

Yes, you also need to setup "regfile" according to JFileUpload instructions.

aevideoweb
Posts: 19
Joined: Sat May 31, 2008 1:11 am

Re: Turning *Not Registered* Off

Post by aevideoweb »

I've searched everywhere in JFileUpload, JFileExplorer and JSPUoad for a filename called "regfile". Can't find it.
I've looked in the .js files for indication regarding *.oxw or "regfile".
I've read the JFileUpload instructions, I am unable to find any content regarding "regfile"

May I ask you to be more clear on which file is considered "Regfile" or where I find it?

Thanks for you time
AEVideoWeb

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Turning *Not Registered* Off

Post by support »

"regfile" is not a filename but a parameter name. I can see it as the end of your applet_http.js
Add this parameter is JDiskExplorer JavaScript too, as you did in JFileUpload.

aevideoweb
Posts: 19
Joined: Sat May 31, 2008 1:11 am

Re: Turning *Not Registered* Off

Post by aevideoweb »

Thank you, I will check the .js file. I may need to go over to PHP though. I will let you know.
Tom

Post Reply