Please look at the picture below and help me
I want to do something like this:
I want first part A to be fully executed Then run section B, Because in the first part(A) must the file uploaded compeletly to make the uploaded file name assign to global_d variable, i need this variable in part B.
The next question is how to access a local variable(in this case global_d) from within nested callback functions(in this case part A)?
Please explain me with examples
I hope I have expressed my question carefully.
thank you