Search found 5 matches

by Mcooper
Tue Dec 07, 2010 7:57 pm
Forum: JFileUpload
Topic: overwrite indexrename corrupt zip?
Replies: 2
Views: 4624

Re: overwrite indexrename corrupt zip?

We are selecting folders.
by Mcooper
Mon Nov 22, 2010 4:42 pm
Forum: JFileUpload
Topic: overwrite indexrename corrupt zip?
Replies: 2
Views: 4624

overwrite indexrename corrupt zip?

Well using <PARAM NAME="overwrite" VALUE="indexrename"> and overall compression the zip gets uploaded but it has a corrupt file header it seems can not extract the files after upload. removing <PARAM NAME="overwrite" VALUE="indexrename"> fixes the issue. Also it seems setting the compression level t...
by Mcooper
Fri Nov 12, 2010 5:20 pm
Forum: JFileUpload
Topic: [CODE] PHP Upload PHP form
Replies: 0
Views: 7767

[CODE] PHP Upload PHP form

Thought I would share this here maybe save someone else some time in the future. This is a form done in PHP I did for our web site. What is does. On page load it checks to see if the form has been submitted if it has not it displays the form and jfileupload applet. the user will then fill out the fo...
by Mcooper
Fri Nov 12, 2010 4:12 pm
Forum: JFileUpload
Topic: JSAPI JSTransferCompleted
Replies: 1
Views: 5464

Re: JSAPI JSTransferCompleted

I got it working.... Forgot you can not have a button that is also calling submit() because it conflicts with the JS function.
by Mcooper
Fri Nov 12, 2010 3:28 pm
Forum: JFileUpload
Topic: JSAPI JSTransferCompleted
Replies: 1
Views: 5464

JSAPI JSTransferCompleted

I am trying to get a form to submit after the upload completes but I can not seem to get it to work. Here is the JS code function JSTransferCompleted() { document.upload.submit(); } The forms ID is upload so I am not sure why it is not submitting? I have tested JSAPI and know it is working it will r...