Returns basic info about upload configuration - user running ASP, temp folder and its size, timeouts, memory storage size and info about expiration.
vCheckRequirements = ASPForm.CheckRequirements
String
· Current user account: 'IUSR_ARMADA' · Temporary folder: default, C:\DOCUME~1\tonda\LOCALS~1\Temp\~ASPForm\ · Create temporary file 'C:\DOCUME~1\tonda\LOCALS~1\Temp\~ASPForm\Test.dat': OK · Temporary folder size - Available to the 'IUSR_ARMADA' user account: 2GB (2 118MB) - Total number of free bytes on the disk: 2GB (2 118MB) · SizeLimit: 0B (no limit or 2GB) · ReadTimeout: 2060s. Line Speed Max size of a source form with this timeout 64kb/s 16MB (16 480KB) 128kb/s 32MB (32 960KB) 256kb/s 64MB (65 920KB) 512kb/s 128MB (131 840KB) 1024kb/s 257MB (263 680KB) 2048kb/s 515MB (527 360KB) · MaxMemoryStorage: 128KB (131 072B) Full version.
~Upload-Check-Requirements.asp sample contains this function.
AddConnection, CancelConnection, CheckRequirements, Read, Sleep, StringToBinary
BytesRead, Files, FormType, getForm, CharSet, ChunkReadSize, Items, MaxMemoryStorage, NewUploadID, ReadTime, ReadTimeout, SizeLimit, SourceData, State, TempPath, Texts, ThreadPriority, TotalBytes, UploadID
The ASPForm collection retrieves the values of form elements posted to ASP script by a form using the POST method. ASPForm can process multipart/form-data or application/x-www-form-urlencoded data with length up to 2GB.
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz