2 Replies Latest reply on Apr 23, 2007 3:24 PM by stu2

    MultipartRequest: Access to the underlying tmp file

    stu2

      Looking over the source I see methods to get the file contents as bytes and as an InputStream. But no way to get a handle on the tmp file itself.

      I understand it's a tmp file with deleteOnExit() set. And I can certainly create my own tmp file and copy the contents over. But is there a reason it can't be accessed directly?

      Thanks,

      Stu