Results 1 to 2 of 2

Thread: MultipartFileEditor and file name

  1. #1
    Join Date
    Oct 2004
    Location
    Stockholm
    Posts
    79

    Default MultipartFileEditor and file name

    How do I get the uploaded file name when using a MultipartFileEditor for my byte[] field?
    /roberto

  2. #2
    Join Date
    Oct 2004
    Location
    Stockholm
    Posts
    79

    Default

    Figured out by my self:
    Cast the request to a MultipartHttpServletRequestn and you have all you need.
    /roberto

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •