Document types under the browse_Document.asp file

Last post 09-13-2005, 2:08 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  09-12-2005, 11:59 PM 10459

    Document types under the browse_Document.asp file

    I have a client that I need to allow to upload CAD drawings, etc and they would like to use the toolbar (fully disabled except the PDF icon) and underlying browse_Document.asp for this collaboration archive.
     
    We get an error message about document types being unaccepted.  Why do we not have the freedom to upload whatever we like if we so desire?   How can we override this detriment?
     
    Also is it possible to have a progres bar added to the upload windows for img, doc, and flash.  Sure would stop the complaints received fom those pushing large files that are weak in patience and think its simply failing - Persists ASPUpload has such function but I wouldn't even know where to begin to implement it here.
  •  09-13-2005, 2:08 PM 10495 in reply to 10459

    Re: Document types under the browse_Document.asp file

    Please open the browse_Document.asp.
     
    And change the following code to meet your requirements:
     
    Function GetExtension(str_FileName)
     dim allextensions
     allextensions = "arj,asa,asax,ascx,asmx,asp,aspx,au,avi,bat,bmp,"
     allextensions = allextensions &"cab,chm,com,config,cs,css,disco,dll,doc,"
     allextensions = allextensions &"exe,gif,hlp,htm,html,jpg,jpeg,inc,ini,"
     allextensions = allextensions &"log,mdb,mid,midi,mov,mp3,mpg,mpeg,"
     allextensions = allextensions &"pdf,ppt,swf,sys,txt,tif,vb,vbs,vsdisco,"
     allextensions = allextensions &"wav,wri,xls,xml,zip,png"
     .

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML