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 .
Plupload Forum → General discussion → 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 .
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?
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.
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.
Plupload Forum → General discussion → How can distinguish Plupload request from another request to server ?
You are not logged in. Please login or register.
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_repository official extension is installed. Copyright © 2003–2009 PunBB.
Generated in 0.118 seconds (85% PHP - 15% DB) with 10 queries