Topic: How can distinguish Plupload request from another request to server ?

How can distinguish Plupload request from another request to server ?.
if possible, you example on PHP .

Re: How can distinguish Plupload request from another request to server ?

I'm a little confused.  What request are you referring to?

Plupload will upload a file to the server.  There is already sample php code to handle the server side processing in the examples bundled with plupload.  Have you looked at and tried out the examples?

Re: How can distinguish Plupload request from another request to server ?

i check ajax request by $_SERVER[HTTP_X_REQUESTED_WITH] => XMLHttpRequest
but when use with Plupload i can't debug with $_SERVER . i don't know why.

Re: How can distinguish Plupload request from another request to server ?

Plupload doesn't set HTTP_X_REQUESTED_WITH header currently.

But anyway, I don't think this is right way to check for this, unless you are only using HTML5 runtime.

If you want to see your issue fixed, do not report it here, do it on - GitHub.