Your understanding of the word 'import' is incorrect.

I import when *I* take a file from somewhere and (usually) load it to some environment. A network connection is not implied. Example usage: I imported a log file into my spreadsheet program.
I download when *I* transfer a file from somewhere to a local file system over a network connection. Example usage: I downloaded the perl module from CPAN.

I'm not trying to be the language police, but your use of caps lock on words that don't fit, combined with gradually explaining the problem post by post instead of up top where it belongs, doesn't help. As it stands now, all your users are importing local files into a local cms system on their local server, because there is no upload (and as such, no download) taking place.

In reply to Re^5: perl program for importing files on local system by Zen
in thread perl program for importing files on local system by rahulgsp83

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.