What is the file signature for .rpt files
Want to upload .rpt files in my application , in order to upload files file signature in hexadecimal format for .rpt files is required . Kindly provide any information regarding this as soon as possible.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
mohit nainPosted Jan 28, 2013, 2:14 AM
Jignesh TrivediPosted Jan 28, 2013, 2:06 AM
hi,
Normally .rpt file is in binary format.you can use MIME: application/x-rpt to upload and download file.
also refer
http://www.asp.net/web-forms/tutorials/data-access/working-with-binary-files/uploading-files-cs
hope this will help you.