In the upload file server behavior, you have set the trigger to Upload picture Successful.
this is circular logic. The Upload Picture Successful event happens when the upload file behavior has successfully uploaded the picture.
So this basically means that you have set the trigger of the file upload to happen only if the file upload has triggered successfully.
instead, set the trigger to Any Form POST.