hello,
ABMFileInput works fine,
but it's possibile change AT RUNTIME folder destination in DownloadFolder ???
my www structure:
www
-> appname
--> uploads
---> pdfFolder
---> docFolder
---> other file
ABMFileInput works fine,
B4X:
Sub Class_Globals
Public DownloadFolder As String = "/www/" & ABMShared.AppName & "/uploads/"
....
....
End Sub
my www structure:
www
-> appname
--> uploads
---> pdfFolder
---> docFolder
---> other file