I was wondering if someone could tell me how I could store audio files in a mysql database

Member Avatar for diafol

Probably easier to store the path (or url) of the uploaded audio file.
Otherwise store in a blob field.
Audio files are typically quite large, so storing them directly in a DB perhaps not so wise.

commented: yh, storing audio files straight up in databases is quite dangerous and sluggish +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.