Power ASP file upload - upload to database, store file to binary data field |
---|
This sample demontrates using of Huge-ASP file upload to store files in server-side database. The sample ASP file is running with Microsoft.Jet.OLEDB (MDB) connection, but you can use it with any other SQL server or file drivers (MS SQL server, Oracle, MySQL, FoxPro driver, etc.). You can select source file, write some title and description of the file. Title, description, file name, file size and file contents are stored in server-side database along with current upload time. Form size limit is 1048576B (1024kB - you can change it, see source) . |