Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Examples needed...

From: jean::holzammer::faedv-n::bayern::de at: 18-May-2001 11:33

Hi, I try to gain some more experience with web applications and could need some sample code. Maybe some of you have already done one or more of the following. 1. File Upload via a html form: Needed: - a html page using a form with input type="file" - a cgi script saving the binary(!) file to the filesystem of the server machine 2. MySQL:// inserting of a binary file into a BLOB column ; i always get corrupted data, probably a problem with reading/loading of file and conversion Needed: - a script inserting a (local) binary file into a BLOB column - another one selecting this column and saving the file back to the filesystem Ciao, Jean