Search found 3 matches

by TapeGun007
Mon Jan 12, 2009 8:11 pm
Forum: JFileUpload
Topic: Specifics on Parameters
Replies: 3
Views: 10743

Re: Specifics on Parameters

Ok, first problem fixed, taking out the spaces worked. Thank you. Now for the 2nd problem. I copied the i18n.properties file to the same folder as the .js file. // BEGIN: Update parameters below for INTERNET EXPLORER, FIREFOX, SAFARI, OPERA, MOZILLA, NETSCAPE 6+ support. document.writeln('<PARAM NAM...
by TapeGun007
Sun Jan 11, 2009 5:27 am
Forum: JFileUpload
Topic: Specifics on Parameters
Replies: 3
Views: 10743

Specifics on Parameters

document.writeln('<PARAM NAME="whitelist" VALUE="*.pdf, *.doc, *.txt">'); This let's me FTP the .pdf files, but not the .doc or .txt. What am I doing wrong? document.writeln('<PARAM NAME="resources" VALUE="i18n">'); I have a file called i18n in the /lib folder, I also have a file called i18n.proper...
by TapeGun007
Tue Jan 06, 2009 1:41 am
Forum: JFileUpload
Topic: Passing Parameters
Replies: 1
Views: 6971

Passing Parameters

I don't like using JavaScript with all the FTP credentials in it.

My website is using ASP. Is there a way to pass the parameters using ASP instead?

Thanks!