<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021966" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021966</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135579</link>
    <description> &lt;p&gt;You&#039;ve created the basic form for the user interaction, now you need to use a programming lanuguage to perform the action of storing and sending. Where are you storing all of the user&#039;s files?&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Aug 2003 14:16:36 +0000</pubDate>
 <dc:creator>red_ghost</dc:creator>
 <guid isPermaLink="false">comment 1135579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135578</link>
    <description> &lt;p&gt;Carefull Suzanne,&lt;/p&gt;
&lt;p&gt;Seeing is he is a rookie to this, adn Im not sure which language your referencing, but $State and $Zip will only work if certain php.ini settings are enabled, beive it is registared_globals. Otherwise the would be from $_GET[&#039;fieldname&#039;] or $_POST[&#039;fieldname&#039;] depending on the form method used, and &quot;POST&quot; is recommened and needed for files.&lt;/p&gt;
&lt;p&gt;For CGI using Perl, forms are parsed with STDIN statement that uses perls standard input to process the forms (this could be wrong, as I have not touched perl since I learned PHP)&lt;/p&gt;
&lt;p&gt;As for ASP, I am not sure, I should be since I learned VB and have a degree with it as my primary language, but this Windows baby grew up on Linux on the Internet, so I actually suck with Windows stuff on the net. You will have to research or get someone to help with the ASP.&lt;/p&gt;
&lt;p&gt;There there are the OTHER options...JSP, CFM, Java....&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Aug 2003 14:15:41 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1135578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135452</link>
    <description> &lt;p&gt;Well, .txt isn&#039;t an executable file... That&#039;s going to be the biggest problem.&lt;/p&gt;
&lt;p&gt;Variables are the same as the name for the field. So you would have varables like: $State and $Zip.&lt;/p&gt;
&lt;p&gt;What are you doing with them? They need to be &quot;handled&quot; by the script. This script needs to be in Perl if you&#039;re using the Cgi-Bin (well, not necessarily, but assume it does), and can also be in PHP, ASP, Java or ColdFusion.&lt;/p&gt;
&lt;p&gt;What programming languages do you have available on your server?&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Aug 2003 21:43:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135452 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>No variable substitutions in template.</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135448</link>
    <description> &lt;p&gt;I have tried Suzanne&#039;s tip.&lt;br /&gt;
I think I may be close but....&lt;br /&gt;
I get this message when I tested it.&lt;/p&gt;
&lt;p&gt;No email was sent due to an error.&lt;br /&gt;
200 No variable substitutions in template.&lt;/p&gt;
&lt;p&gt;Not sure what is going wrong.&lt;/p&gt;
&lt;p&gt;Here is what I have so far:&lt;/p&gt;
&lt;p&gt;  Untitled Document&lt;/p&gt;
&lt;p&gt;Name:&lt;/p&gt;
&lt;p&gt;Title:&lt;/p&gt;
&lt;p&gt;Office#:&lt;/p&gt;
&lt;p&gt;Direct#:&lt;/p&gt;
&lt;p&gt;Cell#:&lt;/p&gt;
&lt;p&gt;Fax#:&lt;/p&gt;
&lt;p&gt;Address:&lt;/p&gt;
&lt;p&gt;City:&lt;/p&gt;
&lt;p&gt;State:&lt;/p&gt;
&lt;p&gt;Zip:&lt;/p&gt;
&lt;p&gt;Email Address:&lt;/p&gt;
&lt;p&gt;Quantity Ordered:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Aug 2003 20:02:58 +0000</pubDate>
 <dc:creator>dplgnr</dc:creator>
 <guid isPermaLink="false">comment 1135448 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: FormMailX</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135387</link>
    <description> &lt;p&gt;Thank you HostingDiva&lt;br /&gt;
I like what I saw. will give it a try.&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 Jul 2003 18:40:52 +0000</pubDate>
 <dc:creator>dplgnr</dc:creator>
 <guid isPermaLink="false">comment 1135387 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135383</link>
    <description> &lt;p&gt;with file uploads (search hotscripts.com for any number of available ones), essentially you use this:&lt;/p&gt;
&lt;p&gt;and make sure your  tag has the right attributes in it:&lt;/p&gt;
&lt;p&gt;That will get the information from the user and give it to your script. From there, you need to store it, process it, list it in a database, whatever you want to do.&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 Jul 2003 17:24:22 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>FormMailX</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/adding-file-attachment-area-form#comment-1135382</link>
    <description> &lt;p&gt;I use a script called formmailX to do this.  I found it online for free, but when I looked for a link to send you I had no luck finding it again.  &lt;/p&gt;
&lt;p&gt;I did come across this, maybe it will help: &lt;a href=&quot;http://obiewebsite.sourceforge.net/o.php?Form_to_email_with_attachment&quot; class=&quot;bb-url&quot;&gt;http://obiewebsite.sourceforge.net/o.php?Form_to_email_with_attachment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 Jul 2003 17:12:41 +0000</pubDate>
 <dc:creator>HostingDiva</dc:creator>
 <guid isPermaLink="false">comment 1135382 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
