Question
Another file upload question
Hello, everyone.
Is there a way to insert an image into a database WITHOUT having to save it to the server HD, first?
For example, is it possible to use a form to allow a user to select an image, upload it to server memory, use CFFILE to read it into a binary variable, then insert that directly into the database, completely skipping the part where I have to save it to the server HD and readbinary from that?
Thanks,
^_^
