Power ASP file upload - upload to disk, store extra file upload info in a database |
---|
This sample demontrates using of Huge-ASP file upload to upload files to server and store file path 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 and write some description of the file. Source file is stored on server disk. Description, file name, file size and path to stored file are saved in server-side database along with current upload time. Form size limit is 10485760B (10240kB - you can change it, see source) . |