Wednesday, November 28, 2012 9:08:21 AM Hi Peter,
> What I ask is a way to copy the > content of this temp file into a blob instead of copying it into a file on > disk. Why not just use a temp table in the database expressly for this purpose? On the upload, create a new record, then use the "save upload to field" command to load the file into a blob (field). Then just use the field the same way as you would use a blob variable? You don't have to save the record (if you don't need to, although you'd have that option if necessary for passing the document on to another process down the line). No need to create a document on disk, you can go directly from the uploaded file into a blob field. Or is there some reason why this wouldn't work or wouldn't do what you need it to? Cheers! Michael Larue _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
