Resum/Pause upload to parse server in android

Hello!
I’m creating an android application and I need to upload files(almost images and videos) to Parse server deployed on back4app. But if connection goes out while uploading is in progress, everything resets. I mean the upload process begins from the first. Is there anyway to pause/resume the upload process?

I believe that Parse Server does not support pause/resume uploads.