Jump to content

Uploading and handling of user MP3s for flash use.


alwaysinit

Recommended Posts

I'm trying to get a flash company some variables they need to continue work for me on a custom flash player for my site.

I just need a script that will allow users to upload MP3 and video to my server file system, then save the name value of the MP3 or video into MySQL

Can I just manipulate the user "Photo upload" script I have a little bit to work for uploading user MP3s to my server?

Or does an MP3/Video upload script need special coding and considerations?

Will this form serve this purpose?
[CODE]
<form action="mp3parse.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="8000000">
Your MP3: <input type="file" name="usermp3"><br />
<input type="submit" name="submit" value="Upload MP3"></form>
[/CODE]

Just wanted to ask before I attempt coding it.

Thanks, cheers
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.