Search found 52 matches

by dstonek
Tue Mar 25, 2008 12:37 am
Forum: JFileUpload
Topic: Apache error messages
Replies: 4
Views: 10166

Re: Apache error messages

Ok. We'll do it. Thanks!
by dstonek
Mon Mar 24, 2008 4:25 pm
Forum: JFileUpload
Topic: Process file is accessed twice
Replies: 4
Views: 10807

Re: Process file is accessed twice

Nice!
Thank you.

Code: Select all

if ($_SERVER['REQUEST_METHOD'] != 'HEAD'){
// process here
}
by dstonek
Mon Mar 24, 2008 3:34 pm
Forum: JImageFilter
Topic: scaling tifffs
Replies: 10
Views: 50659

Re: scaling tifffs

applet_http.php
It only contents the js... Is this enough or do you need the html with /lib links?
by dstonek
Mon Mar 24, 2008 3:28 pm
Forum: JFileUpload
Topic: Apache error messages
Replies: 4
Views: 10166

Re: Apache error messages

I don't understand this. I don't know what "install" means in this case. I created and uploaded blank files 'commons-logging.properties' and 'simplelog.properties' "just search/replace "debug" string by "info" in simplelog.properties" -> they are empty, I don't know what to put inside. And there are...
by dstonek
Mon Mar 24, 2008 2:17 pm
Forum: JFileUpload
Topic: Process file is accessed twice
Replies: 4
Views: 10807

Re: Process file is accessed twice

document.writeln('<PARAM NAME="resume" VALUE="true">');
Is it possible to send a post var only within this first request?
If so, I can state an 'if', ask for it and skip the file process to avoid these error msgs.Thxs
by dstonek
Sat Mar 22, 2008 6:42 pm
Forum: JImageFilter
Topic: image filter rotation
Replies: 2
Views: 18632

Re: image filter rotation

I think this is should be in "wish list".
by dstonek
Sat Mar 22, 2008 5:12 pm
Forum: JFileUpload
Topic: Uploading to dynamic dirs
Replies: 1
Views: 6804

Uploading to dynamic dirs

Previous v2.0 (or maybe before that) the applet was embeded into a html file. So, I could have document.writeln('<PARAM NAME="value7" VALUE=" <?=$_SESSION["code"]?> ">'); where <?=$_SESSION["code"]?> is the print of SESSION var named "code" (php) At this time it is called from the html file as <scri...
by dstonek
Sat Mar 22, 2008 4:30 pm
Forum: JFileUpload
Topic: Process file is accessed twice
Replies: 4
Views: 10807

Process file is accessed twice

V2.0 I found that each time a file is uploaded the process file is accessed twice. The first time no vars are posted. In my case it causes that Apache generates 4 error messages/upload. Have an idea when users upload hundreds of files... The second time is the regular one. Here are some parameters f...
by dstonek
Sat Mar 22, 2008 3:19 pm
Forum: JFileUpload
Topic: Apache error messages
Replies: 4
Views: 10166

Apache error messages

Since 2004 or 2005, each time this applet is loaded my apache error log file displays this list of error messages. I use my own translated i18n_es.properties version. Is it possible to avoid them? Thank you. [Sat Mar 22 00:17:22 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/...
by dstonek
Fri Mar 21, 2008 8:38 pm
Forum: JImageFilter
Topic: scaling tifffs
Replies: 10
Views: 50659

Re: scaling tifffs

Only jpgs are listed in applet file browsing. These are involved settings. document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/httpimpl.jar,lib/chttpclient.jar,lib/clogging.jar,lib/ifilter.jar,lib/jai_imageio.jar">'); document.writeln('<PARAM NAME="whitelist" VALUE="*.jpg, *.JPG, *....