Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - emezty

1
Issues / Stop the DROPZONE autoupload
Already set
Code: [Select]
 autoProcessQueue: false,
in to false just to auto uploading to server.

What I need is, it will upload, once the form is successfully submitted, I have code in my JS to find the submit button but its not working, any ideas?

Code: [Select]
$('form').submit(function(){
       Dropzone.processQueue();
});

Thanks in Adv
3
Issues / Admin must show all record
I have question regarding this record management thing,

#1
I have set a table with ownership field (for user's to access their own record only), but how can the ADMINISTRATOR can access, all records even it does not belong to him.

Admin has all the rights, to access, to alter, correct if there some need to alter.


Thanks in advance.
-mic