Results 1 to 3 of 3

Thread: no support for TIF???

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    33

    no support for TIF???

    Is it so that the inputstream you use when you want to upload a file to a database does not support TIF??????
    when u want to use the type property????????

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Huh? streams are just data, they dont care about file types. You need to be more specific about what your problem is.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    33
    OK,

    It seems that when yoy upload a TIF files, the filetype is not regonized.
    For example when I upload a JPG file I can use the filetype property to know what filetype it is.
    I also store the filetype in the database, so my program can also view the files.
    Only when I upload a TIF file he gives as a filetype OCTET/bytestream or something and not TIF.
    When I change the filetype in the database, after the file has been stored, into TIF and try to view it in my program I also get an error.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width