I tried two components of Flash upload, swfupload and uploadify, and both seem to generate POST with the "Filename" parameter. My problem is that the service I'm sending has a strictly defined set of allowed parameters, and the file name is not one of them.
So, is it possible to remove this parameter from the message at all?
A quick look at the docs shows that you can change uploadDataFieldNamewhich, by default "Filedata", by setting the second parameter to the method upload(). The docs don't say anything about the parameter Filename, so I guess not.
uploadDataFieldName
"Filedata"
upload()
Filename
Source: https://habr.com/ru/post/1729545/More articles:Create file without opening / locking? - c #Ползунок JQuery UI, ошибка установки значений - javascripthibernate: the foreign key is the primary key - hibernateDirectsound with streaming buffer - blocking does not end! Using Ported DirectX Headers for Delphi - delphiIs it possible to detect the presence (xml) of a tag using XSLT? - xmlCan you get custom cut versions of jQuery and Sizzle? - jqueryHow to use gardens, fuzzy search with Solr? - luceneHow can I center the alignment of the contents of the header template for a datagrid Silverlight 3? - silverlightThe size of the structure is c #Choose a point in PHP sscanf? - phpAll Articles