
09-02-2005, 11:29 AM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: Tampa Bay
Posts: 2,850

|
|
It woud seem that the file saved in an audio format would have to be uploaded as any other. There are a number of components that would do the trick if your host has them installed on their servers.
If there is no upload component installed you can use Free ASP Upload. If I recall correctly it's simply a couple of asp files (one to call for the file and the other to load it) that are easily modified. If it's something that not going be changed a bunch you could write the path to the file in your db as you would modify anything else. If it's something that's going to be a good number of different applications (so you can't just overwrite the file) you'll need to modify the free code to insert a record when the form is submitted.
I used it on a site a couple of years ago and the owner has never mentioned having a problem.
|