tracker issue : CF-4206453

select a category, or use search below
(searches all categories and all time range)
Title:

Javascript new FormData() should be supported

| View in Tracker

Status/Resolution/Reason: Open//

Reporter/Name(from Bugbase): James M. / ()

Created: 12/27/2019

Components: AJAX

Versions: 2018

Failure Type:

Found In Build/Fixed In Build: /

Priority/Frequency: Normal /

Locale/System: / Win All

Vote Count: 0

The FormData interface provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data".

Source: https://developer.mozilla.org/en-US/docs/Web/API/FormData

However, ColdFusion does not support it

https://stackoverflow.com/questions/49011881/coldfusion-unable-to-read-formdata-sent-by-ajax

Attachments:

Comments: