Oh my! Of course... I had put the code beneath the actual upload fields instead of in the "head" section! (Oh brother.) :-)
We are almost done now. The uploads are working perfectly and the links in the form results email are referencing the correct files. Nice!
The last problem appears to be a conflict with multiple headers being sent (perhaps from the form mailer script??) The following errors appear at the top of the page when it refreshes after sending the form contents:
-------------------------------
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/edit_my_songs/index.php on line 133
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/edit_my_songs/index.php on line 133
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/webassist/email/mail_php.php on line 274
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/webassist/email/mail_php.php on line 274
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/edit_my_songs/index.php on line 163
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/73/6662773/html/edit_my_songs/index.php:66) in /home/content/73/6662773/html/edit_my_songs/index.php on line 163
-------------------------------
I'll attach the latest version of my page in case you need to see the code. Thanks again for your patience with me on this. :-)
- Jeremy