iandaviesphotography.com
ASP huge file upload - upload with unique server-side file names.
http://www.iandaviesphotography.com/Upload-Unique-names.asp
Power ASP file upload. Upload with unique server-side file names. This sample demonstrates upload of files to server-side. Each file is stored with unique file name. If you upload file with same name as a file existing on server-side (filename.ext), the new file is stored with modified file name (1-filename.ext, 2-filename.ext, .). Upload timeout is 2000s. Form size limit is 10240kB. Destination folder is E: Domains i iandaviesphotography.com-1082606965 user htdocs UploadFolder.
iandaviesphotography.com
ASP huge file upload sample.
http://www.iandaviesphotography.com/db-file-to-disk.asp
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.). Form size limit is 10485760B (10240kB - you can change it, see source) . Type description of the file.
iandaviesphotography.com
ASP huge file upload - upload to a specified destination.
http://www.iandaviesphotography.com/Upload-ChooseDest.ASP
Power ASP file upload. Upload to a specified destination. This sample demonstrates upload to a specified destination. Remember that ther is NO good idea to let clients store files in ANY server folder! Upload timeout is 2000s. Form size limit is 10240kB. 1996 2016 Antonin Foller, Motobit Software. To monitor current running uploads/downloads, see IISTracer - IIS real-time monitor.
iandaviesphotography.com
ASP huge file upload - file size limit with progress bar.
http://www.iandaviesphotography.com/Upload-Limit-File.ASP
Power ASP file upload. File size limit with progress bar. This sample demonstrates work of HugeASP upload with progress bar and file size limit. The usual upload limit is a limit for whole upload. You can define this limit using Form.SizeLimit property. This property has a great performance and security impact - if you set this limit, HugeASP upload will not accept/read any data exceeding this limit. 1996 2016 Antonin Foller, Motobit Software.
iandaviesphotography.com
ASP huge file upload with progress bar indicator sample.
http://www.iandaviesphotography.com/Upload-Email-Progress.asp
Power ASP file upload with progressbar live sample. This sample demontrates using of Huge-ASP upload with a simple email html form and file attachments. The form contains usual email fields (From, To, Subject, Message) and one form field for file attachement. Number of file fields can be extended using 'Add a file' button (The button uses client-side Javascript and insertAdjacentHTML method). This is only short sample, does not contain from/to emails validation or other fields validation.
iandaviesphotography.com
ASP huge file upload sample.
http://www.iandaviesphotography.com/db-file-to-binary.asp
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.). Form size limit is 1048576B (1024kB - you can change it, see source) . Type description of the file. 1996 2016 Antonin Foller, Motobit Software.
iandaviesphotography.com
ASP huge file upload - Image upload, combine several upload features.
http://www.iandaviesphotography.com/Upload-Images-FileSize-Unique-Notification.ASP
Huge ASP file upload. Image upload, combine several upload features. This sample demonstrates several Huge-ASP file upload features. Client-side preview of images. Client-side JavaScript shows preview of an image when user choose some image. Client can see images before upload. Client-side check of file extensions. File extensions are checked before upload. If the extension is not in '.gif,.jpg,.png,.jpeg,.bmp' list, client get a warning message. Client-side check of file and form size. Gif,jpg,.png,...
iandaviesphotography.com
ASP huge file upload - base upload.
http://www.iandaviesphotography.com/Upload-Base.ASP
Power ASP file upload. This sample demonstrates shortes possible server-side code. ASP code specifies only Form.SizeLimit (maximum size of upload), Server.ScriptTimeout (maximum time to do upload) and DestinationPath (folder to store uploaded files). Upload timeout is 2000s. Form size limit is 1024kB. Destination folder is E: Domains i iandaviesphotography.com-1082606965 user htdocs UploadFolder. 1996 2016 Antonin Foller, Motobit Software.
iandaviesphotography.com
ASP huge file upload - upload with administrator email notification.
http://www.iandaviesphotography.com/Upload-Notification.ASP
Power ASP file upload. Upload with administrator email notification. This sample accepts uploaded file, creates an report for site administrator and the report is sent to administrator email using CDONTS. Form size limit is 10240kB. Destination folder is E: Domains i iandaviesphotography.com-1082606965 user htdocs UploadFolder. Administrator email address admin@myweb.com. 1996 2016 Antonin Foller, Motobit Software. To monitor current running uploads/downloads, see IISTracer - IIS real-time monitor.