UploadiFive_Settings.FormData Property Additional data to send to the server-side upload script Namespace: SobekCM.Library.UploadiFive Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0) Syntax
Property ValueType: Dictionary<(Of <(<'String, String>)>)>Remarks Data sent via this option will be sent via the headers and can be
accessed via the $_POST array (if using the ‘post’ method). So if you send
something like {‘someKey’ : ‘someValue’}, then you can access it as $_POST['someKey'].
See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |