Not Able To Get File Copying Progress
Am trying to get progress of file being copied initially i send a request to copy the file using the below code. once the file is created. i send a response success=1 and start the
Solution 1:
You have to make way to query some datasource to get your progress status. Like dumping progress status in some DB table or file, etc..
However PHP have some hacks, that works in some enviroment. Check following docs: Session Upload Progress.
Post a Comment for "Not Able To Get File Copying Progress"