Making document public after the upload ?
Hi, I have been uploading successfully documents on vuzit servers, and then displaying them on my website with the viewer.
However, just after the upload, the viewer is showing this error message :
"Access is denied. Signature missing".
I have to manually make the document public by clicking "Create Embed Code" on Vuzit Dashboard, so i don't get this error.
Is there a way so I could show the document right away after the upload, so I don't have to go everytimes on Vuzit admin board to make it public ? Because I would like my users to upload documents and view them directly.
Thank you.
However, just after the upload, the viewer is showing this error message :
"Access is denied. Signature missing".
I have to manually make the document public by clicking "Create Embed Code" on Vuzit Dashboard, so i don't get this error.
Is there a way so I could show the document right away after the upload, so I don't have to go everytimes on Vuzit admin board to make it public ? Because I would like my users to upload documents and view them directly.
Thank you.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?How have you been uploading the files? With one of the code libraries like VuzitPHP or Vuzit.Net?
If it's VuzitPHP, for instance, you can pass in the $secure parameter as false. Here's the documentation:
http://doc.vuzit.com/vuzitphp/files/d....upload
The code to upload would be this:
$doc = Vuzit_Document::upload("c:/path/to/document.pdf", false);
The "false" parameter makes it public at upload.
If you have some secure documents then you need to provide the signature to authorize the user to view the document. To to this look at the "Upload and View via the JavaScript API" example here:
http://wiki.github.com/vuzit/vuzitphp...
The company says
this answers the question
-
Inappropriate?I have a similar question with the download capabilities.
Actually, how can i make the documents uploaded downloadable?
Because if i want to display the button download in the viewer i have to check a button in the vuzit administration for the specified document. It is the same case for printpdf button.
Thank you.
I’m kidding
-
Inappropriate?@Julien: We'll be releasing a feature that will allow people to activate the PDF and original document download buttons as part of the web services API very soon.
Loading Profile...



EMPLOYEE