Search found 15 matches

by parthsaha
March 27th, 2021, 8:35 am
Forum: Android
Topic: Show a dialog box to user select an image file
Replies: 1
Views: 1195

Show a dialog box to user select an image file

Dear All,

Greetings!

I want to show a dialog box to user to select image or any file to upload to the server.

Is there a way, I can do that.

Thanks in advance for any help!

Thanks.

Parth
by parthsaha
March 13th, 2021, 2:04 pm
Forum: Synchronization
Topic: Synchronization complete but unable to find data on dropbox
Replies: 15
Views: 7204

Re: Synchronization complete but unable to find data on dropbox

Dear josh,

Many thanks for the reply. It actually works.

You are a PRO.

Parth
by parthsaha
March 12th, 2021, 4:23 am
Forum: Synchronization
Topic: Synchronization complete but unable to find data on dropbox
Replies: 15
Views: 7204

Re: Synchronization complete but unable to find data on dropbox

Dear Josh,

Thanks for the reply, but if I add the IRS_HTH_DICT, it asks for password when we want to run. We want it avoid asking the password, that's why we are using setfile method.

Thanks
Parth
by parthsaha
March 11th, 2021, 2:38 am
Forum: Synchronization
Topic: Synchronization complete but unable to find data on dropbox
Replies: 15
Views: 7204

Re: Synchronization complete but unable to find data on dropbox

Dear Josh, Many thanks for the reply. I have attempted to do as per your suggestions: if syncconnect(Dropbox) then setfile(IRS_HTH_DICT,"./IRS_HTH/IRS_HTH.csdbe|password=indica123@"); syncdata(PUT,IRS_HTH_DICT); errmsg("Data Uploaded Successfully..."); endif; But it generates the...
by parthsaha
March 8th, 2021, 11:33 am
Forum: Synchronization
Topic: Synchronization complete but unable to find data on dropbox
Replies: 15
Views: 7204

Re: Synchronization complete but unable to find data on dropbox

Dear aaronw, I tried the setfile method but the syncdata generates error [ ERROR(GLOBAL, 24): Invalid second argument to syncdata, must be a dictionary ]. I specified like this: syncdata(PUT,setfile(IRS_HTH_DICT,"")); So how to specify the setfile variable to syncdata() function. syncdata ...