Binary File Upload - Apache/Jakarta-Tomcat

2003-02-20 Thread Lars Nielsen Lind
Hi. I want to upload binary files to my PostgreSQL database server from my jsp-pages. I found this: File file = new File(myimage.gif); FileInputStream fis = new FileInputStream(file); PreparedStatement ps = conn.prepareStatement(INSERT INTO images VALUES (?, ?)); ps.setString(1,

multipart/form-data Binary File Upload Bug and Connector Culprits

2002-03-09 Thread Brendan Colthurst
Greetings Users and Developers, I think I need to compile the latest mod_webapp connector to fix a multipart/form-data binary File Upload bug with the tomcat/warp/apache connection. (bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3534) Summary of bug: binary multipart/form-data file

RE: multipart/form-data Binary File Upload Bug and Connector Culprits

2002-03-09 Thread Brendan Colthurst
also upgraded to tomcat 4.0.3 from 4.0.1 So, I got the multipart/form-data binary file upload to work with mod_webapp (as checked out from the cvs repo today, March 9, 2002) with tomcat 4.0.3 and apache 1.3.22 on red hat linux 7.2 old message: Greetings Users and Developers, I think I need

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

Re: Fw: binary file upload fail

2001-06-05 Thread Hemant Singh
To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João mailto:[EMAIL PROTECTED] Folha To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM

Re: Fw: binary file upload fail

2001-06-05 Thread Johnathan Smith
: - Original Message - From: João mailto:[EMAIL PROTECTED] Folha To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João mailto:[EMAIL PROTECTED] Folha

RE: Fw: binary file upload fail

2001-06-05 Thread Terje Kristensen
Haven't I sent this to you before? quote To remove your address from the list, send a message to: [EMAIL PROTECTED] /quote Terje K. -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: 5. juni 2001 14:19 To: [EMAIL PROTECTED] Subject: Re: Fw: binary file upload

Re: Fw: binary file upload fail

2001-06-05 Thread Boris Niyazov
You may want to take a look at O'Reilly package com.oreilly.servlet for file uploading: http://www.servlets.com/cos/index.html works for me. HTH * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems

Re: binary file upload fail

2001-06-05 Thread Hemant Singh
nt: Monday, June 04, 2001 10:47 PM Subject: binary file upload fail Hi there, I am trying to upload a file from the client to the server. But the binary files fail and the text files don´t fail. I use tomcat 3.2.1 with apj12. The bean and the jsp file i use are in

Re: Fw: binary file upload fail

2001-06-05 Thread João Folha
Hi Singh, What you mean by stream realted problem? Is from the upload.java file? I use tomcat 3.2.2 with Apache on windows NT4.0. I can´t configure Apache to use mod_jk with apj13. Do you know how? When i try my code the binary file upload is diferent from the original on the client, but i has

Re: binary file upload fail

2001-06-05 Thread João Folha
Hi Singh, Thanks for your answer. Here is the file... I use NT4.0 jfolha - Original Message - From: Hemant Singh To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:45 PM Subject: Re: binary file upload fail HI Folha: the problem can be at place where you

binary file upload fail

2001-06-04 Thread João Folha
Hi there, I am trying to upload a file from the client to the server. But the binary files fail and the text files don´t fail. I use tomcat 3.2.1 with apj12. The bean and the jsp file i use are in attachment... regards jfolha doc_entrega_autor.jsp upload.java

Fw: binary file upload fail

2001-06-04 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:17 PM Subject: binary file upload fail Hi there, I am trying to upload a file from the client to the server. But the binary files fail and the text files don´t fail. I use tomcat 3.2.1

Fw: binary file upload fail

2001-06-04 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:17 PM Subject: binary file upload fail Hi

Fw: binary file upload fail

2001-06-04 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:17 PM Subject: binary file upload fail Hi

binary file upload

2001-03-29 Thread Pasumarthi Naveen
I would like to implement binary file upload through JSP in a Tomcat 3.2(standalone/NO APACHE) environment. Going through the mail archive I found few references http://www.servlets.com/resources/com.oreilly.servlet/ jspsmart.com oop-reserch.com One other mail referred to a bug in apj13

binary file upload

2001-01-14 Thread Eric di Domenico
Hello, I was unable to upload binary files using tomcat 3.2 on linux with apache... I looked thru the archives of the mailing list, and all over the web. Many pple posted things like "It works for me using XYZ lib"... well, after downloading and testing the servlets.com lib ans jspsmart lib I