Search found 169 matches

by import
Wed Feb 27, 2008 8:21 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17631

Re: Filesize parameter is missing

Are you using any "template" or "chunksize" parameter ?
by import
Wed Feb 27, 2008 8:21 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17631

Filesize parameter is missing

Hello I want to upload several files with "JFileUpload". The filename and size should be saved in a MYSQL-database. Filename postparameter is working well so far. But filsize parameters are always '0'. I selectet 'extra' at the 'postparmeter'- parameter (inside the applet_ftp.js), and i know that al...
by import
Wed Feb 27, 2008 8:18 pm
Forum: JFileUpload
Topic: Java.io.IOException again
Replies: 4
Views: 11514

Re: Java.io.IOException again

No, PASV is safer than ACTIVE mode.
by import
Wed Feb 27, 2008 8:17 pm
Forum: JFileUpload
Topic: Java.io.IOException again
Replies: 4
Views: 11514

Re: Java.io.IOException again

Thanks, setting PASV to True fixed our problem. Are there any security issues with PASV set to True?
by import
Wed Feb 27, 2008 8:16 pm
Forum: JFileUpload
Topic: Java.io.IOException again
Replies: 4
Views: 11514

Re: Java.io.IOException again

1. Client assures me the OSX firewall is off.
2. FTP port should be OK, works for other clients.
3. Making the suggested change for PASV. Will test with the client.

Thanks.
by import
Wed Feb 27, 2008 8:16 pm
Forum: JFileUpload
Topic: Java.io.IOException again
Replies: 4
Views: 11514

Re: Java.io.IOException again

Maybe the firewall included in OSX. The upgrade might have disabled FTP port. Could you check that ? Also, you're using PASV mode in applet ?
by import
Wed Feb 27, 2008 8:15 pm
Forum: JFileUpload
Topic: Java.io.IOException again
Replies: 4
Views: 11514

Java.io.IOException again

I have a customer reporting this error today. I had him view the html source and verify that param7 and value7 were defined as you suggested back. He is getting this error message with Safari using both OS-X 10.5.1 and OS-X 10.4. Both of these operating systems work fine when I try them here. He has...
by import
Wed Feb 27, 2008 8:14 pm
Forum: Others
Topic: PHP sample with explorer.php
Replies: 1
Views: 7215

Re: PHP sample with explorer.php

Time was in seconds not in milliseconds so try a x1000.
by import
Wed Feb 27, 2008 8:13 pm
Forum: Others
Topic: PHP sample with explorer.php
Replies: 1
Views: 7215

PHP sample with explorer.php

The remote host panel is displaying the wrong date/time stamp for each file. It is displaying 01/14/1970 (not even 01/01/1970 Unix Epoch).

I'm using PHP server-side and HTTP mode. Tried it on both Linux and FreeBSD servers and getting the same result.

Please help...
by import
Wed Feb 27, 2008 8:12 pm
Forum: JDiskExplorer
Topic: JDiskExplorer Remote Display
Replies: 17
Views: 39467

Re: JDiskExplorer Remote Display

You should have the same problem with FTP (unsecured). The error you report means that the applet doesn't understand FTP server signature and then cannot parse result of a LIST directory command. Could you try to modify the FTP server signature. Usually, it's available as parameter. Try to replace t...