I think you're right, atlantageek. This is really a question of social engineering and trust. If you call it "convert" or "process", rather than "upload" I bet 99% of folks wouldn't have an issue with it.

If it were me, I'd just write it so that the subroutines I use to do the conversion unlink() the files right after processing. Maybe you could write a sub that opens and prints the document (with the correct mime-type, of course) to tbe browser, and as its last action it unlinks the file. (Don't forget binmode if you're on windows) As long as the user doesn't press "stop" and the download of the converted document completes, you should have no record of the file being there, and it's essentially a download once system.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.


In reply to Re: Re: Browser-based file uploads and deletions for a by Hero Zzyzzx
in thread Browser-based file uploads and deletions for a by hacker

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.