abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Help with translation into Appery please -- Below is FoxPro code that sends pics

IF this.http.state= 0 OR this.http.state = 2
** this.http.blocking = .t.
this.http.request.Filename = SYS(5)+SYS(2003)+'\work_\'+file_name
this.http.Request.Accept = 'AUX'
this.http.Request.UserAgent = 'my app'
** this.edit1.Value = this.http.request.Filename + CHR(10)+this.edit1.value
this.http.put('/'+file_name+',upload')
ENDIF

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Help with translation into Appery please -- Below is FoxPro code that sends pics

Hi Mike - there is no Appery.io code - it's JavaScript. Looks like you do some variable assignments and then do an PUT?

Return to “Issues”