You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/07/07 23:09:35 UTC

[jira] [Assigned] (CB-1015) File Upload does not send additional fields

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

Shazron Abdullah reassigned CB-1015:
------------------------------------

    Assignee: Herm Wong  (was: Shazron Abdullah)

Assigning to Herm to take a look. Might be a regression related to new feature being added (file upload headers)
                
> File Upload does not send additional fields
> -------------------------------------------
>
>                 Key: CB-1015
>                 URL: https://issues.apache.org/jira/browse/CB-1015
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0
>         Environment: iOS 5.1.1
>            Reporter: Stephen McKamey
>            Assignee: Herm Wong
>            Priority: Blocker
>              Labels: file_upload, upload
>
> Similar code using the pattern below used to work in previous versions. Trying to upgrade to the latest and noticed this issue. Cannot seem to work around it. The file binary posts fine but there are no additional fields despite the options object specifying 'params':
> 	var options = new FileUploadOptions();
> 	
> 	options.fileKey = 'file';
> 	options.fileName = imageURI;
> 	options.mimeType = 'image/jpeg';
> 	
> 	options.params = {
> 		key1: 'value1',
> 		key2: 'value2'
> 	};
> 	
> 	new FileTransfer().upload(
> 		imagePath,
> 		remoteURL,
> 		successFn,
> 		errorFn,
> 		options);
> This currently prevents upload to any server which requires a single multipart body.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira