You say that you can see the data uploading but can't see the data when you look on your ISP. Are you actually looking at the raw directories and files on your ISP (e.g. via a telnet client), or are you trying to look for the uploaded file/page on your Web site? The reason I ask is that FTP files and Web pages often live in different portions of the directory structure, so the file may have been uploaded correctly, just not to where you expect it. Also, some web hosts will allow you to upload files into a directory, but not, in general, to view/download files once they are uploaded. This is a security precaution intended to prevent script kiddies from using your ftp space as an illegal file-exchange service. In any case, and as others have pointed out, you want to be really careful with security issues when you're allowing uploads to your site for any reason.

Good luck!


In reply to one other consideration by seattlejohn
in thread cgi.pm file upload script by wolverina

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.