|
|
Browse by Tags
All Tags » files (RSS)
-
Try to setup appropriate file type.
1) Login to Innovator.2) Navigate to Administration/FileType in TOC3) Create a new FileType for docx extension. Use doc extension as an example. Set MIME type = application/vnd.openxmlformats-officedocument.wordprocessingml.document
Hope this helps.
-
I spoke to soon - the file never gets in the vault. It has a location path but the path is not there.
It is in the files form.
Dim conn As IOM.HTTPServerConnection = New IOM.HTTPServerConnection
conn.innovator_server_url = ''http://10.12.19.57/InnovatorServer/Server/InnovatorServer.aspx''
conn.http_username = ...
-
Insufficient relationship count (0) of Located relationships. At least 1 required.
I can't vault a file - can some one explain what I'm doing wrong?
Dim conn As IOM.HTTPServerConnection = New IOM.HTTPServerConnection
conn.innovator_server_url = ...
-
I need to prompt the user to select a file from the client using the standard file browser, and after they select a file, open it, and read the contents (which will be XML).
|
|
|