|
|
Posted 17/03/2004 09:24:54 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 17/03/2004 09:49:00
Posts: 2,
Visits: 1
|
|
(1) Is it possible to upload different file formats, besides image files such as: .gif or .jpg. I need to be able to upload the following: .doc, .pdf, .txt, .wav, .avi, .mov, .mpeg, .wmv, and .ppt. (2) Can the images (.gif or .jpg) be included in the content of the post using html code? Thanks as we're looking for better software than we have now and I really like your program.
JoJo
|
|
|
|
Posted 17/03/2004 09:28:33 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
Hi JoJo, Thank you for your post. You can certainly attach any type of file you wish to a message. You will need to modify the list of allowed MIME types. The forums on this site will only let a few file types to ensure security. I've provided below the string within the web.config you will need to amend to support more MIME types for uploading... <add key="InstantForum_AllowFileMIMETypes" value="text/plain,application/x-zip-compressed,text/xml,application/msword,image/gif,image/pjpeg,image/bmp,image/png,text/html"/> With regards to images within posts, this is possible however your will need to link to images that already exist on a public server or network share. The ability to upload images directly when composing a message is planed for the 4.0 release. I'll certainly keep you posted. For example the image below is link to http://www.instantasp.co.uk/images/poweredbyasp.gif 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 17/03/2004 11:03:08 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 17/03/2004 09:49:00
Posts: 2,
Visits: 1
|
|
Ryan, Thanks for the quick reply. You've given me a great answer to go back to our bosses with. Have a little more testing to do, but this product is in my Top 1 for purchase. Again, thanks!
JoJo
|
|
|
|
Posted 17/03/2004 11:05:12 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
Thanks JoJo, If you have any further questions please don't hesitate to contact me 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|