File Upload to database

2001-02-01 Thread JSP Beginner
Hi, I am new to JSP. I want to upload a fixed format text file from the user's machine to the Oracle database. I would appreciate if somebody could guide me how this can be done. Better still, if somebody can send me the sample code with some explanation. Thanks in advance, Regards, K. A.

Re: File Upload to database

2001-02-02 Thread Tosa, Alex
cheaper but cannot be done w/o user intervention witch may be ok in your case but was not in one project that we had. -Original Message- From: JSP Beginner [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 1:23 AM To: [EMAIL PROTECTED] Subject: File Upload to database Hi, I am new

Re: File Upload to database

2001-02-02 Thread Hung Yee
EMAIL PROTECTED] Subject: Re: File Upload to database You can do it by creating an applet. You will need special permission so the applet will have to be signed for both Netscape (JAR) and IE (CAB). Another option is to use a standard file HTML tag but then the user will have to select the file a