Base solution for your next web application
Open Closed

upload .dwg files problem #6851


User avatar
0
tingwang created

I want to upload the dwg format file, but the saved fileType is "application/octet-stream". I want to access it through IIS. I need to declare the "application/autocad" from window system in the MIME type , but there is no suffix in the download, do I need to change the fileType or add an "application/autocad" declaration variable to the MimeTypeNames class? thanks!


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Please share your upload and download code.