Atozed Forums

Full Version: detect the file type of CSV/TXT file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to detect the file type or contented type of a csv file upload using fileuploader?
(09-19-2024, 09:02 AM)pgnair Wrote: [ -> ]how to detect the file type or contented type of a csv file upload using fileuploader?

Would someone please help with this?
(09-23-2024, 03:22 AM)pgnair Wrote: [ -> ]
(09-19-2024, 09:02 AM)pgnair Wrote: [ -> ]how to detect the file type or contented type of a csv file upload using fileuploader?

Would someone please help with this?

You probably need to look at the mimetype.  Here is a code example.

    TIWMimeTypes.IsStaticFile(aFileName, aMimeType);