Rank: Newbie Groups: Member
Joined: 6/4/2008 Posts: 4
|
Is there any way to upload the file using the AjaxUploader to a stream so I can save it as a BLOB in a database?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Uploader has nothing to do with database or stream. It saves the result into a file. You can then use whatever mean to put that file into a BLOB field.
Thanks
|