Page 1 of 2

Uploading file to Tiggzi DB tutorial

Posted: Mon Nov 26, 2012 11:38 pm
by Antonia Warren

Uploading Files to Tiggzi Database using File Api tutorial at the link http://help.gotiggr.com/getting-start... does not work. I am stuck just at about the point where I am instructed to test the app; "sign in and open the file selector dialog". When I click the button to select the file to upload, nothing happens. I am building and testing in Firefox 16. Any ideas?


Uploading file to Tiggzi DB tutorial

Posted: Tue Nov 27, 2012 4:43 am
by maxkatz

I just checked, the link works.


Uploading file to Tiggzi DB tutorial

Posted: Tue Nov 27, 2012 11:26 am
by Antonia Warren

Thanks Max, the link does work, what I was questioning was the actual contents of the tutorial.

I am having trouble displaying the file selector dialog after I click a button.

There is a panel component that contains the following custom code:

I have a button and tied to the button is a click event with the following javascript:

$('#fileselect').trigger('click');

I am thinking that when i click the button the file selector dialog should open but nothing happens.

Any ideas on why this is not happening?


Uploading file to Tiggzi DB tutorial

Posted: Wed Nov 28, 2012 2:55 pm
by Kateryna Grynko

Hello!
Thank you for detail description.
I tested your problem, we will fix it as soon as possible.


Uploading file to Tiggzi DB tutorial

Posted: Wed Nov 28, 2012 3:29 pm
by Antonia Warren

thanks!


Uploading file to Tiggzi DB tutorial

Posted: Thu Jan 24, 2013 12:06 pm
by Kateryna Grynko

Hello!
It's fixed.


Uploading file to Tiggzi DB tutorial

Posted: Wed Feb 06, 2013 5:28 pm
by Antonia Warren

Hi, Thanks for this. Will try it soon.


Uploading file to Tiggzi DB tutorial

Posted: Tue Apr 09, 2013 7:20 am
by CarmeloMilian

Is there a tutorial similar to this one but with the camera API. I need to take photo then upload to tiggzi database.

http://help.gotiggr.com/getting-start...


Uploading file to Tiggzi DB tutorial

Posted: Tue Apr 09, 2013 7:38 am
by Maryna Brodina

First of all I would recommend you to use our new docs site. Please take a look here http://docs.tiggzi.com/tutorials/uplo...

Unfortunately we don't have such tutorial, but here is the link to post where you can find information on how to do this https://getsatisfaction.com/tiggzi/to...


Uploading file to Tiggzi DB tutorial

Posted: Thu Apr 11, 2013 5:01 am
by CarmeloMilian

I think I am running with the same issue, on opening the page with the Upload form and selector I am getting this error

ReferenceError: fileSelectHandler is not defined
[Break On This Error]

var fileselect = $('#fileselect');

How was the previous error fixed?