javascript - Progress of PHP script after file upload -


i know how progress of file being uploaded server using xmlhttprequest progress event tells me when file arrives server. server processes file (moves cloud storage) , progress of in client.

i read eventsource , found this example can't send file using that, simple get.

is possible upload file , progress of server processing file on single request? (i'm using silex server , angularjs client)


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -