Search found 8 matches

by mwhiting
Fri Jun 10, 2011 12:53 am
Forum: JFileUpload
Topic: changing the default message
Replies: 5
Views: 15603

Re: changing the default message

Thanks - I have now found and am using the properties file. I would like to remove the initial message and separator bar text from the initial display, but still be able to use a separator bar later on between subsequent messages. I have deleted the content of the initial message and the dashes of t...
by mwhiting
Wed Jun 01, 2011 1:16 am
Forum: JFileUpload
Topic: Resume command doesn't work
Replies: 6
Views: 19495

Re: Resume command doesn't work

It is Linux/Unix. I have tried it on three different servers, all the same - no button.
by mwhiting
Fri May 27, 2011 4:46 pm
Forum: JFileUpload
Topic: double slashes in filenames
Replies: 1
Views: 6866

double slashes in filenames

I have noticed that when I use the 'postparameters' with 'extra', it puts double slashes (esacpe backslashes) into the filename, such as "C:\\temp\\filename.txt" I understand why it is doing this - to allow it to display in html. I want to do file operations on these filenames though - is there a wa...
by mwhiting
Fri May 27, 2011 4:42 pm
Forum: JFileUpload
Topic: changing the default message
Replies: 5
Views: 15603

Re: changing the default message

OK, I got the file chooser to work fine now. I uncommented the

Code: Select all

progress.button.select=Select file(s)
line in the porperties file.

I would still like to know what the other two lines do though.

Code: Select all

#filechooser.dialog.enterkey=disabled
#filechooser.dialog.lnk=disabled
by mwhiting
Fri May 27, 2011 3:44 pm
Forum: JFileUpload
Topic: changing the default message
Replies: 5
Views: 15603

Re: changing the default message

Thanks - I have it working now, I can change the message. I noticed on the info page you supplied under the 'look & feel' section, where they are demonstating changing to a native look & feel, that the pictures have a "Select file(s)" button next to the cancel button. How do I turn that button on? I...
by mwhiting
Fri May 27, 2011 2:18 pm
Forum: JFileUpload
Topic: Resume command doesn't work
Replies: 6
Views: 19495

Re: Resume command doesn't work

I am using FTP.
by mwhiting
Wed May 25, 2011 2:58 pm
Forum: JFileUpload
Topic: Resume command doesn't work
Replies: 6
Views: 19495

Resume command doesn't work

What do I need to do to get the resume function appear & work iwth my jfileupload? I have the pro version, and I have included the following line in my js file: document.writeln('<PARAM NAME="resume" VALUE="true">'); but it doesn't seem to do anything. I only still see the 'cancel' button, I was exp...
by mwhiting
Wed May 25, 2011 3:16 am
Forum: JFileUpload
Topic: changing the default message
Replies: 5
Views: 15603

changing the default message

Hi - is there a way to change the message that shows up "Select or drag and drop file to upload"?

Thanks.