Skip to content

Upload image on IE with PUT request is sent as POST call to server #261

@mkoppula

Description

@mkoppula

$upload.upload({
url: url,
method: 'PUT',
file: imageData
});
Logs of demo in IE9 using Charles logger shows that POST call is made even when method type 'PUT' is selected.

The flash file attached is making a POST call to the server always irrespective of method type specified in upload function.

Do we have a solution for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions