Search found 7 matches

Go to advanced search

by Giorgio
Fri Jun 19, 2015 7:05 am
Forum: Issues
Topic: read and write permission only for user who create the record
Replies: 2
Views: 468
 
Jump to post

read and write permission only for user who create the record

Sorry for delay. Thanks for your answer, was not so obvious for me. Your code needs a little correction: codevar s= '{ "*":{"read":false, "write":false}, "'+value+'":{"read": true , "write": true}}'; return JSON.parse(s);/code
by Giorgio
Mon Nov 10, 2014 9:44 am
Forum: Issues
Topic: my custom component didn't break apart
Replies: 2
Views: 360
 
Jump to post

my custom component didn't break apart

Sorry Maryna for my delay.
I have the problem in the company account and i choose the wrong user to set the question.
I repeat it under the right account sharing the app with your support

by Giorgio
Mon Oct 27, 2014 12:03 pm
Forum: Issues
Topic: my custom component didn't break apart
Replies: 2
Views: 360
 
Jump to post

my custom component didn't break apart

I created a complex custom component with button, grid, labels, ...
I drag the new component in a new page, select it, then click on "break apart custom component" but ... nothing happens.
Am i loosing something?

by Giorgio
Fri Oct 24, 2014 9:21 am
Forum: Issues
Topic: Uploading camera image to a REST service
Replies: 7
Views: 1106
 
Jump to post

Uploading camera image to a REST service

Great. It works now. But some changes where necessary one the code and it MUST be into succesfull event of the camera mapping or you get "file not found error". Here is the working code for my solution: code function win(r) { alert("Code = " + r.responseCode); alert("...
by Giorgio
Thu Oct 23, 2014 10:43 am
Forum: Issues
Topic: Uploading camera image to a REST service
Replies: 7
Views: 1106
 
Jump to post

Uploading camera image to a REST service

I'm sorry, i wasn't clear but i was (?!) really confused by image representation on Base64 encoding. In the mean time i read something about Base64 encoding/decoding. ----------- The situation: I have set up an appery camera service I mapped the "imageDataBase64" service response to an ima...
by Giorgio
Wed Oct 22, 2014 10:02 am
Forum: Issues
Topic: Uploading camera image to a REST service
Replies: 7
Views: 1106
 
Jump to post

Uploading camera image to a REST service

Hops... sorry... code <form action="https:&#47;&#47;myserver&#46;it/myapp/upload?uploadFolder=TEMP1" method="post" enctype="multipart/form-data" accept-charset="utf-8"> <input id="File1" type="file" name="file" /> <inp...
by Giorgio
Wed Oct 22, 2014 8:43 am
Forum: Issues
Topic: Uploading camera image to a REST service
Replies: 7
Views: 1106
 
Jump to post

Uploading camera image to a REST service

I need to upload images to an Alfresco based server repository. This is the HTML code that is working properly on a browser: It is not so clear for me what type of data is storing the Appery previewImage object and how to post it. Could you help me to write the correct JS code to upload the camera i...

Go to advanced search