Gossamer Forum
Quote Reply
Re: Resume Database In reply to
Yes, use BLOB and TEXT fields.

http://www.mysql.com/doc/B/L/BLOB.html

What you do, is use the upload function in the browser (multipart) to upload the data (or use simple form tags to capture it) and then insert the data into a mysql record.

Many banner/advertising services do that, storing the binary logos/ads in the database itself. It makes for a cleaner disk, at the cost of having to pump the binary data out and flag it properly.

In uploading a file, just take the variable you store it in, and assign it to a MYSQL field, rather than output to a disk file.

I would _strongly_ suggest a resume database stick with text files, but if you really want people to be able to upload their resumes, you'd want to figure out how you will do it. If they are zip or doc format, they can't be read on-line by most people.

I'm trying to finish up the multiple file upload module, and when it's done, it could be used to attach the graphics to the resume's html file. But, again, there are security and other problems with allowing people to upload random data.

I _strongly_ urge you both to think about using text fields, and maybe seeing how the big boys like Monster.com and Thingamajob.com do it.

There are lots of benefits, including security advantages.



PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Subject Author Views Date
Thread Resume Database Karen 15641 Jun 19, 2001, 9:27 AM
Post Re: Resume Database
pugdog 15386 Jun 19, 2001, 2:19 PM
Thread Re: Resume Database
Stealth 15323 Jun 19, 2001, 6:00 PM
Thread Re: Resume Database
pugdog 15319 Jun 19, 2001, 7:23 PM
Thread Re: Resume Database
Stealth 15298 Jun 19, 2001, 7:35 PM
Thread Re: Resume Database
pugdog 15326 Jun 19, 2001, 8:13 PM
Thread Re: Resume Database
Stealth 15304 Jun 19, 2001, 8:23 PM
Thread Re: Resume Database
pugdog 15296 Jun 19, 2001, 8:44 PM
Thread Re: Resume Database
Stealth 15303 Jun 19, 2001, 8:49 PM
Thread Re: Resume Database
pugdog 15305 Jun 19, 2001, 9:19 PM
Thread Re: Resume Database
Karen 15301 Jun 20, 2001, 1:13 AM
Thread Re: Resume Database
Stealth 15341 Jun 20, 2001, 6:09 AM
Thread Re: Resume Database
Karen 15267 Jun 20, 2001, 9:55 AM
Thread Re: Resume Database
Stealth 15258 Jun 20, 2001, 10:26 AM
Thread Re: Resume Database
Karen 15276 Jun 20, 2001, 12:07 PM
Post Re: Resume Database
Stealth 15222 Jun 20, 2001, 1:19 PM
Post Re: Resume Database
pugdog 15285 Jun 20, 2001, 11:21 PM
Thread Re: Resume Database
Stealth 15284 Jun 20, 2001, 6:05 AM
Thread Re: Resume Database
pugdog 15233 Jun 20, 2001, 11:42 PM
Thread Re: Resume Database
Stealth 15248 Jun 21, 2001, 7:50 AM
Thread Re: Resume Database
pugdog 15247 Jun 21, 2001, 11:27 AM
Post Re: [pugdog] Resume Database
nakulgoyal 14007 Jun 9, 2004, 2:04 AM