Search found 10 matches

by bigeagle
Tue Aug 11, 2009 10:59 am
Forum: JFileUpload
Topic: jFileUpload maxFiles
Replies: 1
Views: 4506

jFileUpload maxFiles

Hi All,

I want that my users can upload max. 1 file s I've added the following property to my js files:
document.write('maxfiles=1 ');
AND
document.writeln('<PARAM NAME="maxfiles" VALUE=1>');

But this don't work.

Whats the solution for this :) ?

Regards,
by bigeagle
Thu Nov 06, 2008 9:11 pm
Forum: JImageUpload
Topic: Javascript event
Replies: 8
Views: 18722

Re: Javascript event

You're the best 8-)

Thank you
by bigeagle
Wed Nov 05, 2008 10:41 pm
Forum: JImageUpload
Topic: Javascript event
Replies: 8
Views: 18722

Re: Javascript event

Ok, thks but de default html which I've downloaded isn't working.
Wenn you go to [cut]
you see the common jsapi.html file were I only changed the URL but the applet isn't still working.

I've copied the jsapi.jar into the lib folder.
by bigeagle
Wed Nov 05, 2008 8:50 pm
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Re: Headers And Javascript

Lol ;) how can I know that ;-)

But thanks for your help.I know enough for this moment.
by bigeagle
Wed Nov 05, 2008 5:29 pm
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Re: Headers And Javascript

Hi,

No the applet might find the properties file. You can see it:
[edit]

I've changed the intro text but the applet sill showing the old one...
by bigeagle
Tue Nov 04, 2008 5:51 pm
Forum: JImageUpload
Topic: Javascript event
Replies: 8
Views: 18722

Javascript event

Hi,

A question about the clientside. Is it possible to trigger a Javascript event after completion?
So, now you can configure a forward url which will be launched after that all images are uploaded.
But is it also possible to trigger a Javascript event after that al images are uploaded?
So yes, how?
by bigeagle
Tue Nov 04, 2008 11:24 am
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Re: Headers And Javascript

Thanks it's working fine now. I've realy no idea what the problem was but it's working. There's well a little strange thing. I've the next line in my code: document.writeln('<PARAM NAME="resources" VALUE="i18n">'); Wenn I change the first line of this file (file i18n.properties) nothing happen in th...
by bigeagle
Mon Nov 03, 2008 12:50 pm
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Re: Headers And Javascript

I've installed version 2.2. Which code are you using?
Do you've a example or are the code in my first post right?
by bigeagle
Sun Nov 02, 2008 8:25 pm
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Re: Headers And Javascript

Thanks for your reply. Both options don't working. #first The same problem occurs. I receive the same warning: Upload failed: server error and I've changed the line you sad(say) #second I've tried that already but wenn I do that I get a error that the document.clientupload is empty or no object. edi...
by bigeagle
Sat Nov 01, 2008 6:15 pm
Forum: JImageUpload
Topic: Headers And Javascript
Replies: 10
Views: 24275

Headers And Javascript

Hi, I've 2 questions about the jImageUpload application. 1) I try to send a custommessage to the applet but I receive the entire time: "upload failed: server error". The code I have in the applet js file: document.writeln('<PARAM NAME="paramfile" VALUE="uploadfile">'); document.writeln('<PARAM NAME=...