PowUpload 1.3
Settings.SettingsParams.PassForm Field

Home page
Contact support

Specifies if Form without files should be passed to ASP.NET built-in parser or not.

public�const�string�PassForm = "passForm";

Remarks

true to inditace if Form without files will be passed to ASP.NET parser, so Request.Form collection will have Form fields values; otherwise false. Use PowUpload.FormFields collection to read non-files Form fields values.

See Also

Settings.SettingsParams Class | ElementIT.PowUpload Namespace