Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Richard9908  
#1 Posted : Saturday, March 10, 2007 4:10:30 AM(UTC)
Richard9908

Rank: Member

Groups:
Joined: 3/10/2007(UTC)
Posts: 4

Hi,

Are there any examples demonstrating what Aurigma describes on this page http://www.aurigma.com/Products/ImageUploader/ Thanks!

File Uploading

You can easily use Image Uploader™ to upload not only images. All other kinds of files are supported as well. E.g. you can upload PDF documents or ZIP archives. Image Uploader™ enables you to specify file filtering rules and hide certain kind of files. For example, you can hide all files except of DOC, PDF, and TXT. This way you can use Image Uploader™ in:

1. Content management systems.
2. File catalogs.
3. File sharing systems.
4. Any other kinds of sites where uploading is necessary.
George Ulyanov  
#2 Posted : Saturday, March 10, 2007 1:11:21 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups:
Joined: 7/26/2006(UTC)
Posts: 203

Hi,

There is no such on-line demo for uploading non-image files.
You can download Image Uploader SDK and modify the samples inside as you wish (for uploading .PDF, .DOC, etc.).

In general you should just the FileMask property to *.*. It will allow to upload all files:

Code:
iu.addParam("FileMask", "*.*");


For PDF and DOC files only you can use:

Code:
iu.addParam("FileMask", "*.doc;*.pdf");

Edited by user Thursday, February 21, 2008 6:56:54 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.