Click to See Complete Forum and Search --> : Forms: Browse/FTP Functions - How to Offer Uploading


jaeidiaz
03-22-2005, 05:45 PM
Hi!

I am new to the site and I need help with creating a form that allows you to upload, etc.

What I am trying to do is create a demo submission page for a music site - where people can attach files/upload their photos, bios, and mp3's to our site for review.

Now, this info won't be available automatically, but I'd really like to figure out a way to do this.

Any info is appreciated. Feel free to email back.

phpnovice
03-22-2005, 06:38 PM
Server-side code (ASP, PHP, etc.) will be required in order to support file upload. What server-side language(s) do you have access to?

jaeidiaz
03-22-2005, 11:29 PM
I believe I have access to php.

I use mediatemple for hosting service. I am new at website design (my work at www.jmusicgroup.com and www.imusicologyonline.com) - and I really don't know too much about doing this kind of stuff.

I just fell into it oneday. I think I'm alright at it. I guess I want to know what all is required for me to do so.

Also, I can't seem to understand how to create forms and databases - I wish I could hire someone or have someone teach me. Any advice?

ray326
03-22-2005, 11:37 PM
Response Headers - http://www.jmusicgroup.com/

Date: Wed, 23 Mar 2005 05:35:22 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.10 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
Last-Modified: Sun, 13 Mar 2005 03:03:54 GMT
Etag: "65c030-256-4233ad9a"
Content-Length: 598
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html

Yep, you've got PHP and Perl. Both have an almost infinite supply of cookbook solutions on the web.

alexdio
03-23-2005, 10:18 AM
You can find the same php scripts as you want at:
http://hotscripts.com/PHP/Scripts_and_Programs/Form_Processors
and
http://php.resourceindex.com/Complete_Scripts/Form_Processing

jaeidiaz
03-23-2005, 12:04 PM
Thanks a lot! This was exactly what I was looking for!