Search found 5 matches

by meenakshi
Wed Oct 14, 2009 2:46 pm
Forum: JBatchUpload
Topic: Accessing checksum of files in tmp folder
Replies: 5
Views: 13837

Re: Accessing checksum of files in tmp folder

Hello again, Yes this was what I was doing it. So it seems to be the right procedure. I had one more question, I need to forward this checksum to current / another page. So I define document.writeln('<PARAM NAME="post" VALUE="http://localhost:8080/jfileupload/success.jsp">'); document.writeln('<PARA...
by meenakshi
Tue Oct 13, 2009 1:12 pm
Forum: JBatchUpload
Topic: Accessing checksum of files in tmp folder
Replies: 5
Views: 13837

Re: Accessing checksum of files in tmp folder

Hello again, My javascript code looks like below: <!-- var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0); if (_info.indexOf("Opera") > 0) _ie = false; var _ns = (navigator.appName....
by meenakshi
Mon Oct 12, 2009 1:06 pm
Forum: JBatchUpload
Topic: Accessing checksum of files in tmp folder
Replies: 5
Views: 13837

Accessing checksum of files in tmp folder

Hello again, Thanks for answering my previous questions. I am still using the unregistered version of JBatchUpload to make it work with our system. I am at the final stage and we have one more issue. I am using the JSPUpload's process.jsp code and I created two directories: <% String directory = "C:...
by meenakshi
Fri Oct 02, 2009 2:19 pm
Forum: JBatchUpload
Topic: Server error HTTP/1.1 302 moved temporarily
Replies: 1
Views: 8607

Server error HTTP/1.1 302 moved temporarily

Hello, I am facing a strange error from past few days and I thought to ask the support team. I am integrating using JBatchUpload and I create a simple upload.jsp file. When I click "Start Upload" the progress bar shows it is uploading the file and then I get "Server error HTTP/1.1 302 moved temporar...
by meenakshi
Tue Sep 15, 2009 1:08 pm
Forum: JFileUpload
Topic: Remove upload button
Replies: 1
Views: 4395

Remove upload button

Hello, JfileUpload fulfills all our requirements except one. We have a jsp page where we want the users to select the files using JFileUpload but the upload process should start when the user will click submit button on the jsp [and not submit button from the JFileUpload] Do you think this is possib...