Search found 10 matches

by crowder
Wed Jun 05, 2013 10:52 pm
Forum: JFileUpload
Topic: overwrite example using perl CGI
Replies: 4
Views: 10969

Re: overwrite example using perl CGI

Nevermind, I have resolved this.
by crowder
Mon Jun 03, 2013 10:22 pm
Forum: JFileUpload
Topic: overwrite example using perl CGI
Replies: 4
Views: 10969

Re: overwrite example using perl CGI

Can you tell me what the server side script has to return to abort the upload if there is a duplicate file name?
by crowder
Mon Jan 14, 2013 11:27 pm
Forum: JFileUpload
Topic: overwrite example using perl CGI
Replies: 4
Views: 10969

Re: overwrite example using perl CGI

I was wonder if the overwrite even works with perl cgi. That is the reason I asked for an example. When I look at the cgi object when the HEAD request is sent, I do not see the upload file name.
by crowder
Mon Jan 14, 2013 11:24 pm
Forum: JFileUpload
Topic: Malformed multipart POST -
Replies: 6
Views: 14618

Re: Malformed multipart POST -

The apache log reports the mulipost warning, the java console report the other warning. They both happen when the users tries to upload a file and it reports that it successfully uploads when it really doesn't. We are using perl cgi and apache.
by crowder
Tue Jan 08, 2013 2:01 am
Forum: JFileUpload
Topic: overwrite example using perl CGI
Replies: 4
Views: 10969

overwrite example using perl CGI

Is there any example of using perl with the overwrite parameter?
by crowder
Thu Jan 03, 2013 12:20 am
Forum: JFileUpload
Topic: Malformed multipart POST -
Replies: 6
Views: 14618

Re: Malformed multipart POST -

My user has been encountering this problem for a while: I hit this problem again just now, and the Java Console may have some useful info – I tried uploading the NX syslog to PR 6817216 and although the tool reported the upload completed: Uploading : bowden1e6c098a.syslog (310,395 bytes) Upload star...
by crowder
Mon Jun 04, 2012 5:43 pm
Forum: JFileUpload
Topic: Avoid uploading duplicate file names
Replies: 1
Views: 5366

Avoid uploading duplicate file names

Hi,

We want to determine if a filename has been uploaded already by another user. If it has, we do not want to allow the user to upload the file. Any suggestions on how to do this. We are using apache2 and cgi.

Thanks.
by crowder
Thu May 31, 2012 8:48 pm
Forum: JFileUpload
Topic: Malformed multipart POST -
Replies: 6
Views: 14618

Re: Malformed multipart POST -

Hi, we are using Apache 2.2.21 if that is what you were inquiring about.
by crowder
Thu May 24, 2012 10:37 pm
Forum: JFileUpload
Topic: Malformed multipart POST -
Replies: 6
Views: 14618

Malformed multipart POST -

I have one user who get an occasional Malformed multipart Post error. I am only seeing the particular error from his IP address. After Jfileupload uploads the file, it calls the post processing script , this error show up. [Wed May 16 12:09:23 2012] [error] [client xxx.xxx.xxx.xx] [Wed May 16 12:09:...
by crowder
Mon Jul 25, 2011 6:19 pm
Forum: JFileUpload
Topic: Re: Server error HTTP/1.1 405 Method Not Allowed
Replies: 0
Views: 5757

Re: Server error HTTP/1.1 405 Method Not Allowed

My web service has ran 15705 times. 304 of these runs have produced this message in the apache log: xxx.xxx.xx.xxx - - [22/Jul/2011:13:06:12 -0400] "POST /pr_mgt_tool/cgi-bin/n_pr ata_save_file.cgi HTTP/1.1" 405 1 The failure rate is 2.16% Can you give me any idea on how to track down this problem I...