I am new to OTRS and I am still familiarizing myself with the platform. Recently for some particular reason the attachment uploader started not to work - basically whenever a file is attached, the page refreshes and the file is lost. Any ideas on why this is happening?
One problem might be the file permissions on the server side. Please see my comment above and provide more details.
Related
i tried following the steps mentioned "https://github.com/watson-developer-cloud/document-conversion-nodejs" and is able to load the app which works well with sample pdf file.
But when i try using my pdf file it throws error "Missing required parameters:
either params.file or params.document_id must be specified"
Also in the above mentioned git hub link the step 7 is not clear, it mentions run node setup.js but i am not able to find out that file.
has anybody faced this kind of issue.Kindly reply.
Thanks for pointing out the confusing step 7 in the document-conversion-nodejs repo. That's not a valid step and I've submitted a pull request to remove it.
You should be able to change the sample files with your own, if this is what you are trying to do. I would need to see some of your code to maybe figure out what is going on with it.
There is an alternative repository [watson-developer-cloud/node-sdk] that you also can use to create your NodeJS application. It also has an example (examples/document_conversion.v1.js) on how to run the service.
Besides entering your service credentials, all you need to do is place the document you want to convert in the "resources" folder and point to it in this line:
fs.createReadStream(__dirname + '/resources/YOUR_DOCUMENT')
The tutorial and the API documentation could also be of help.
i am making the MAF application for practice but in this application am giving the functionality of upload and download files from server and but input file component is not giving in the ORACLE MAF and am successfully done the upload button but i am not know how to add input select file component in the MAF. please
help me .
thank you
please answer this question...
For download, you can use this tag into an amx page :
<amx:goLink text="Download" id="bla" url="http://www.yourservlet.com/download"/>
For the upload functionality, I am not sure if that works somehow. Try to follow up this question of the Oracle Community to find out more about the upload functionality.
Hope to be helpful.
Thanks.
After changing a file, say myfile.asp, changes to this file are not shown when you invoke the file.
To test, I have deleted the file from the web site. Effectively, when you invoke the file, web says it does not exist. Yet when you re-upload the file, it still does not show your changes.
Any help?
Ok. I kept on trying. UNTIL...
I STOPPED and STARTED the website. problem solved.
Hope it helps somebody else.
Has anyone tried using the wijmo widgets in DNN 7.+ ?
For my example I'm trying to use the upload widget.
If I upload to a path on my server and test, it works (As in the dialog appears to choose a file... the popup)
If I load it within a page on the site, the button shows but nothing happens when clicked.
All script files and necessary markup are correct.
No console erros, nothing. Very confusing.
Wijmo widgets work in DNN 7.+.
The “action” option should be changed to the server’s address of upload.ashx file.
Note: the upload sample can’t be opened by file path(d:/……/upload.html), please make sure it is opened on server.
Thanks,
Richa
can somebody please show me how to return the file modified date from the Silverlight XAP file that the client has just opened. I'm adding a tooltip that shows this date so that I can verify which version of XAP the client is running.
Thanks.
Because this project is in a state of flux, I'm doing updates every few hours. Currently there are about 3-4 users/testers but they can leave their browser open for the day. I have a poll function and I need this to send the date/time of the local XAP file back to the WCF server so it can let it know if an update is available. If so, the user will see a popup msg and prompt them to hit refresh.
I believe the RunningAssembly version would need to be updated by myself and is not automatically incremented with each build? If it is, then RunningAssembly is the way to go...
Thanks for the response..