problem in uploading files using jspsmartupload

2002-06-06 Thread Ranjan Sarkar
Hi All, I am using jspSmartUpload for uploading files to my server. When I try to upload files using the port number it works fine (ie. when I try to upload file using http://myserver:8080/jspsmartupload/sample1.htm) But problem is when i try to upload files (except html or htm files)using

Re: Problems with adding files to a DB and uploading files

2001-08-21 Thread Mattias Jiderhamn
> This is to inform that solved the problem of executing two action (of two > forms) at the same time. > > YES, it does work. I had to forms one doing update in a database via a URL > that executes a servlet, and the other was doing upload of files. They both > work great, however aftter hours I

Re: Problems with adding files to a DB and uploading files

2001-08-21 Thread Pantarotto, Sio
bjfrm1.submit(); } PIP Portal Uci Wizard - Publish Document Document:   Title: Notes: <%=notes%>

Re: Problems with adding files to a DB and uploading files

2001-08-21 Thread SriHari
BestOfLuck :) Sri Hari -Original Message- From: Patrick Fong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 6:05 PM To: [EMAIL PROTECTED] Subject: Problems with adding files to a DB and uploading files Hi I have a JSP which has three forms in it. One form which has the normal encoding

Problems with adding files to a DB and uploading files

2001-08-21 Thread Patrick Fong
Hi I have a JSP which has three forms in it. One form which has the normal encoding scheme (ie application/x-www-form-urlencoded), the other which is where the file element is at has the encoding scheme of (ie. multipart/form-data) and the other has just one element which is the button which call

Re: Is uploading files that complicate????

2001-08-03 Thread Duffey, Kevin
PROTECTED]] > Sent: Thursday, August 02, 2001 6:34 PM > To: [EMAIL PROTECTED] > Subject: Is uploading files that complicate > > > Dear everybody, > > I have a web application that will allow users to create > folders in the > server side and upload files to them. >

Re: Is uploading files that complicate????

2001-08-03 Thread Pete Freitag
specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Polani, Vijay Sent: Friday, August 03, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: Re: Is uploading files that complicate I feel there is a limitation for the amount of data that you can upload through the any file upload facility

Re: uploading files

2001-02-24 Thread Stefán F. Stefánsson
CTED]] Sent: 24. febrúar 2001 15:03 To: [EMAIL PROTECTED] Subject: uploading files I'm working on an ecommerce store and need to build a tool to allow the administrator for the store to upload files from their home computer to a designated directory. To be honest, I can't even think of the

uploading files

2001-02-24 Thread Daniel Lynn
I'm working on an ecommerce store and need to build a tool to allow the administrator for the store to upload files from their home computer to a designated directory. To be honest, I can't even think of the first place to start. Are there any libraries or anything for this? thanks much. -Daniel

Re: Uploading Files

2001-01-11 Thread kishore
nt: Thursday, January 11, 2001 9:02 PM Subject: Uploading Files > Are there any java.net.* (or anything) functions that will return a user's > remote IP address so that a user specified file can be uploaded from the > remote box via HTTP connection from

Re: Uploading Files

2001-01-11 Thread Tim Hengst
The following package has implemented file upload: import com.oreilly.servlet.MultipartRequest; Perhaps this will help. Tim -Original Message- From: Robert Birch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 10:32 AM To: [EMAIL PROTECTED] Subject: Uploading Files Are

Uploading Files

2001-01-11 Thread Robert Birch
Are there any java.net.* (or anything) functions that will return a user's remote IP address so that a user specified file can be uploaded from the remote box via HTTP connection from a Java servlet? Robert === To unsubscrib

Re: uploading files

2001-01-06 Thread Yesudason Paulraj
Hi, I am not sure whether you can make raw socket connection(But HTTP connections are allowed) to the remote machine because of obvious security reasons. But this can be done by using servlet computing ( good for uploading files too). If you give me a clear picture of what should be done , I

uploading files

2001-01-06 Thread Robert Birch
I'm trying to find some java.net.* function calls that will return a user's remote IP address. so that a socket can be opened for uploading a file from the remote host. I don't have that much experience with Java yet, and am not sure if this is possible, but if it is, could someone help me out?

Uploading files : calling write method in TelnetOutputStream class

2000-03-27 Thread Reza U. Nabi
Hello Java Guru, I wanted make a simple java application that would upload files using sun.net.ftp package that came with jdk1.02. Following code i got from Java Newsgroup. While compiling the code i got "No method found matching write()" error in line 21 ---

Re: uploading files

2000-02-05 Thread Dan Brown
5 PM To: [EMAIL PROTECTED] Subject: uploading files Hi everyone Could someone direct me on how to upload text files and images in JSP. Thanks in advance. MultipartRequest.java

Re: uploading files

2000-02-05 Thread Phil Campbell
end you get it. Useful.   The issue of doing it with JSP is the same as with servlets -- same technology.   Phil   -Original Message-From: Aimn <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Saturday, February 05, 2000 3:37 PMSub

uploading files

2000-02-05 Thread Aimn
Hi everyone Could someone direct me on how to upload text files and images in JSP. Thanks in advance.