[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jochen Wiedmann resolved FILEUPLOAD-132.
----------------------------------------

    Resolution: Fixed

I understand that you want the global HTTP request headers, as opposed to the 
per-file headers?

If it is indeed the former, then you simply have to query the 
HttpServletRequest object, which you supplied yourself when creating the 
ServletFileUpload object.

If it should be the latter, then your issue is a duplicate of FILEUPLOAD-130 
which has already been resolved.


> How do we retrieve the HTTP Headers in the request?
> ---------------------------------------------------
>
>                 Key: FILEUPLOAD-132
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-132
>             Project: Commons FileUpload
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: Open Suse 10.1
>            Reporter: Lewis Choo Man
>
> I would like to retrieve the HTTP request headers from the 
> org.apache.commons.fileupload.FileUpload class, while still being able to 
> save any file that is embedded in the HTTP body. Is there a public method to 
> do so?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to