Is it possible to handle partial PUT requests in PHP?
I would like to create a service where clients might upload large files via PUT requests. If they lose their internet connection, I'd like these clients to be able to resume the upload.
Edit the given duplicate has nothing to do with my question. Please read it or ask me to clarify. What I would like to know is if we can still process HTTP requests in PHP, even if they were interrupted.