alwaysinit Posted November 3, 2006 Share Posted November 3, 2006 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 https://forums.phpfreaks.com/topic/26055-uploading-and-handling-of-user-mp3s-for-flash-use/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.