linux - Start PHP script before file upload completes -
our apache/php server accepts large-ish file uploads , once gets file behind scenes db calls can take upwards of 300ms.
is there way can php processing, db calls before file uploaded? once file uploaded continue , wrap up?
i know file part of http request body , apache won't kick off php process until it's complete. however, i'm thinking there may way apache kick off process @ start of request or something...
Comments
Post a Comment