<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001082" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001082</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-file-upload#comment-1004697</link>
    <description> &lt;p&gt;That was the answer that I was searching for..thanks alot. I am sure that was the problem.&lt;/p&gt;
&lt;p&gt;VulKen&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 May 2000 18:52:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1004697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-file-upload#comment-1004696</link>
    <description> &lt;p&gt;Perl has to be uploaded in ASCII, whereas images have to be uploaded in Binary.&lt;/p&gt;
&lt;p&gt;fyi,&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 May 2000 06:14:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1004696 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-file-upload#comment-1004695</link>
    <description> &lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&#039;ve written upload scripts for our products. It&#039;s important that after you&#039;ve opend your file for output that you ensure that the data is in binmode in this manner:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;open(MYFILE,&quot;&amp;gt;$filename&quot;) or die;
binmode MYFILE;
print MYFILE $data;
close(MYFILE);[/code]

HTH.


------------------
Regards,
Jonathan Michaelson

Way to the Web Ltd
Web Hosting, E-Commerce and CGI Scripting
 &lt;a href=&quot;http://www.waytotheweb.com&quot; class=&quot;bb-url&quot;&gt;http://www.waytotheweb.com&lt;/a&gt; &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Tue, 02 May 2000 21:49:00 +0000</pubDate>
 <dc:creator>Jonathan Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1004695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/perl-file-upload#comment-1004694</link>
    <description> &lt;p&gt;It sounds like the script is uploading the files in ASCII rather than Binary.  I have never written a file upload script, so I an not certain how this is done sorry.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.dlo.net/~rob&quot; class=&quot;bb-url&quot;&gt;Personal Site&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 May 2000 19:03:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1004694 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
