Reply
MP3 Uploader with details
Old 08-27-2009, 10:37 AM MP3 Uploader with details
Junior Talker

Posts: 1
Trades: 0
Does anyone know how to make an uploader for members on my site to upload MP3 files. As it uploads it generates a preview and a buy button for its price so customers can add it to their cart?
hundredkarat is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 08-28-2009, 05:08 AM Re: MP3 Uploader with details
Banned

Posts: 14
Trades: 0
Creating an upload link on a Web page allows your visitors to send you files quickly without the need for an email address. This method works well if you want users to be able to upload photos and other images, or if there is a large amount of information to be transmitted. It is also one way to receive PDFs and other documents like resumes. This method uses an HTML form tag to allow file uploads.

Type <form method="post" action="upload.cgi". Upload.cgi is a URL to a CGI script to parse the form data. You can write your own script if you know how. Otherwise, download one from the Internet. You can get some simple ones from Elizabeth Castro at Cookwood (see Resources below).
<LI itxtvisited="1">Step 2
Type encrypt="multipart/form-data">.
<LI itxtvisited="1">Step 3
Type a caption for the file upload area like "Upload your file here."
<LI itxtvisited="1">Step 4
Type <input type="file". This code creates a "Browse" button and the file upload field.
<LI itxtvisited="1">Step 5
Type name="title". Title tells the server which files are being uploaded through the form; "resumes," for example.
<LI itxtvisited="1">Step 6
Type size="n". "N" is the number of characters allowed in the file upload field. Set it to 40 or 50 since file paths can be quite long.
<LI itxtvisited="1">Step 7
Type /> to close the input tag.
<LI itxtvisited="1">Step 8
Type <input type="submit"/> to create a submit button.
<LI itxtvisited="1">Step 9
Type </form> to close the form tag.
wow accounts is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to MP3 Uploader with details
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.11045 seconds with 13 queries