phpoint
Posts: 4
|
| Posted: 09/25/2004, 9:11 PM |
|
I am looking way to upload images (or other files) as binary format into MySQL database but no succeeded.
File name and paths are working in my local machines but doesn't work in production site because of priviledge problems (operators don't want adjust priviledges for one single site because of security reasons).
Previous should be avoid by using direct upload into database. Does anybody has experiences on that?
I am using MySQL and PHP.
There is in MySQL (BLOB, MEDIUMBLOB, LONGBLOB).
What are differences?
Can I use fileupload?
If I can use it how it can be define to send file as binary data? I can't find any information about it from helpfiles or forums.
Thank's in advance
|
 |
 |
dataobjx
Posts: 181
|
| Posted: 09/28/2004, 5:46 AM |
|
Issue 3 (October Issue) of CCS Developer Magazine will demonstrate the technique used (for PHP) to upload binary files into a MySQL database.
If you aren't already a registered member, you should register with www.dataobjx.net so that you'll receive the email notifying you of the release of issue 3 when it's ready.
_________________
www.DataObjx.net
www.mydigitalapps.com |
 |
 |
feha
Posts: 712
|
| Posted: 10/04/2004, 12:48 AM |
|
Hi phpoint
here is our application
RealEstate Pro including CodeCharge (Not Studio) project file http://www.vision.to/new_cms/File_Man_MOD/Download.php?file_id=3
FREE on SignUp
It has function to upload files in to BLOB in MySQL ...
You can adapt or use this functions in CCS ...
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
phpoint
Posts: 4
|
| Posted: 10/04/2004, 8:30 AM |
|
Hi feha!
It's still same problem between CC and CCS. I've not got time in past days to examine these things. Hopefully in coming days
Thank's for help
|
 |
 |