Upload file
From: <yaguimanboy_at_my-deja.com>
Date: 2000/03/02
Message-ID: <89lrpu$h0q$1_at_nnrp1.deja.com>#1/1
Date: 2000/03/02
Message-ID: <89lrpu$h0q$1_at_nnrp1.deja.com>#1/1
[Quoted] Hi, I want to upload a file form a web page and store it in a blob column. [Quoted] How can I do that?. I write this html:
<html> <head> <title>File Upload></title> </head> <body> <form enctype="multipart/form-data" action="/app/prueba_upload.upload" method="POST"> <p>Archivo a subir <input type="file" name="file"> <p> <input [Quoted] type="submit"> </form> </body> </html>
[Quoted] This works with files less than 32k. We are using Oracle Server 8i and OAS [Quoted] 4.0.8.1. We want to do that also with the pl/sql listener that come with Webdb.
[Quoted] Thanks for your help
Martin Andres
mandres_at_most.com.ar
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Mar 02 2000 - 00:00:00 CET