Search found 169 matches

by import
Wed Feb 27, 2008 8:11 pm
Forum: JDiskExplorer
Topic: JDiskExplorer Remote Display
Replies: 17
Views: 39333

Re: JDiskExplorer Remote Display

I forgot to mention that I upload to an FTPS server (AUTH TLS)
by import
Wed Feb 27, 2008 8:11 pm
Forum: JDiskExplorer
Topic: JDiskExplorer Remote Display
Replies: 17
Views: 39333

JDiskExplorer Remote Display

I have installed JDiskExplorer and I am able to upload files, however the remote host panel is always empty (at connection time and after an upload) After uploading a file (it's sucessfully uploaded) I get this: INFO: Upload completed jfileupload.transfer.client.explorer.ftp.FTPRemoteTFileSystem E S...
by import
Wed Feb 27, 2008 8:09 pm
Forum: JFileUpload
Topic: Cancel Forward on Error?
Replies: 1
Views: 6783

Re: Cancel Forward on Error?

Forward works for successful upload only. If you need to get notified on "cancel" event then you should use the JSAPI in add-on section.
by import
Wed Feb 27, 2008 8:09 pm
Forum: JFileUpload
Topic: Cancel Forward on Error?
Replies: 1
Views: 6783

Cancel Forward on Error?

Is cancel Forward on Error Supported?
by import
Wed Feb 27, 2008 8:08 pm
Forum: JImageUpload
Topic: Image previewer 'select' button
Replies: 1
Views: 6490

Re: Image previewer 'select' button

already found out..
have to use:
hidebar=false
by import
Wed Feb 27, 2008 8:07 pm
Forum: JImageUpload
Topic: Image previewer 'select' button
Replies: 1
Views: 6490

Image previewer 'select' button

I'm tryin to add a 'select files button' to the image previewer plugin, like this:
menu.file.open=Select file(s)
I've tried all the propertiesfiles (pane/bar/18n).
Is this actually possible?
by import
Sun Jan 27, 2008 10:06 pm
Forum: JFileUpload
Topic: Large FTP uploads stop at 100%
Replies: 9
Views: 24473

Re: Large FTP uploads stop at 100%

Yes, try:
<PARAM NAME="param6" VALUE="commandmonitor">
<PARAM NAME="value6" VALUE="300">

It will send NOOP command every 5 minutes while uploading. Your FTP server has to support this behavior to make it works.
by import
Sun Jan 27, 2008 10:05 pm
Forum: JFileUpload
Topic: Large FTP uploads stop at 100%
Replies: 9
Views: 24473

Re: Large FTP uploads stop at 100%

I have experienced similar problem for quite some time. It mostly seems to affect our users that are uploading large files from overseas where the band width causes slow transfers. It seems as though the coomuncation channel times out and that the applet never receives notification that the upload c...
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%

Great !
Which FTP server are you using ?
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%

Having experimented further, it seems that this was a problem with PASV mode transfers. For some reason, it didn't work with large files...but, as soon as I turned PASV mode off, the large files uploaded perfectly.

So, problem solved. Thanks again for your help.