Search found 169 matches

by import
Sun Jan 27, 2008 10:04 pm
Forum: JFileUpload
Topic: Large FTP uploads stop at 100%
Replies: 9
Views: 24473

Re: Large FTP uploads stop at 100%

Thanks. I've done that, but I'm not sure that it sheds much light. Here's what I get... Uploading : bracken.txt (11,431,385 bytes) Upload started ...> TYPE I < 200 Type set to I. > NLST bracken.txt < 550 bracken.txt: The system cannot find the file specified. > STOR bracken.txt ...and that's it. If ...
by import
Sun Jan 27, 2008 10:03 pm
Forum: JFileUpload
Topic: Large FTP uploads stop at 100%
Replies: 9
Views: 24473

Re: Large FTP uploads stop at 100%

Try to enable FTP requests/responses traces. That's way we could know if it's a FTP issue or not. To do so enable "resources" parameter with i18n.properties file (which is available in documentation/img folder): <PARAM NAME="resources" VALUE="i18n"> And uncomment the following lines in i18n.properti...
by import
Sun Jan 27, 2008 10:03 pm
Forum: JFileUpload
Topic: Large FTP uploads stop at 100%
Replies: 9
Views: 24473

Large FTP uploads stop at 100%

I seem to be experiencing a problem that's similar to something reported in a couple of other recent threads... Doing an FTP upload, small files work absolutely fine. No problem at all. Large files - over 10MB - seem to upload as normal, but then stop at 100% with a "completing upload" message every...
by import
Sun Jan 27, 2008 10:02 pm
Forum: JFileUpload
Topic: jFileUpload, Is it possible?
Replies: 1
Views: 6752

Re: jFileUpload, Is it possible?

jFileUpload doesn't allow to upload file silently because it could be a security hole. For your purpose you would need a customized jFileUpload.
by import
Sun Jan 27, 2008 10:01 pm
Forum: JFileUpload
Topic: jFileUpload, Is it possible?
Replies: 1
Views: 6752

jFileUpload, Is it possible?

Testing out jFileUpload. I wonder if it is possible to pass the name of the file to upload from a form, instead of drag and dropping, and dynamically change the up-load folder. What I really want to do, is the following: The user is completing a form with various information about the file he is goi...
by import
Sun Jan 27, 2008 10:00 pm
Forum: JImageFilter
Topic: image filter rotation
Replies: 2
Views: 17912

Re: image filter rotation

Rotation code you see works with JImageUpload add-on. If you look at the FAQ you will see that JImageUpload allows to rotate images. And, as it could work with JImageFilter, then JImageFilter could also rotate images too. However, this rotation is driven by JImageUpload add-on. Auto rotation based-o...
by import
Sun Jan 27, 2008 9:59 pm
Forum: JImageFilter
Topic: image filter rotation
Replies: 2
Views: 17912

image filter rotation

Hello, I've just glanced through the source code of the image filter, and it looks like there's plenty of code to implement a rotation feature, but I can't find any documentation (aside from the well-comented code) regarding its use. I'm ultimately looking to make an "auto-rotate" feature based on E...
by import
Sun Jan 27, 2008 9:57 pm
Forum: JImageFilter
Topic: JImageFilter & JavaScript
Replies: 1
Views: 15045

Re: JImageFilter & JavaScript

Is it a question ? Try the following: Add the following line in imagefilter.properties: enable=true To update both maxwidth and maxheight from the imagefilter.properties then add in your JavaScript: <PARAM NAME="filterparam1" VALUE="maxwidth"> <PARAM NAME="filtervalue1" VALUE="640"> <PARAM NAME="fil...
by import
Sun Jan 27, 2008 9:56 pm
Forum: JImageFilter
Topic: JImageFilter & JavaScript
Replies: 1
Views: 15045

JImageFilter & JavaScript

Anyway I can dynimically program the resampling size through Javascript...something like:
document.fileupload.setProperty("filtervalue1","1024");
by import
Sun Jan 27, 2008 9:54 pm
Forum: JFileUpload
Topic: Proxy with authentication
Replies: 2
Views: 8359

Re: Proxy with authentication

Sounds easy ! I'll try and keep you posted ;
Thx