I want tp upload this image to remote server with php but there is no location just a file name (or stg like that). How can I reach this file for uploading? If it is not possible, should use outputstream to copy the file to own app folder and upload from there maybe?
Dim no As NativeObject=assets.Get(0)
Dim fn As String=no.GetField("_filename").AsString
Dim dir As String=no.GetField("_directory").AsString
Log(dir)
Log(fn)