Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PHP Sample to fix recreating file before file is finished uplo…
…ading A problem was discovered in the PHP sample where the server would start building the file before all the file’s chunks where received and therefore corrupted the file. I have edited the code to do a check to see if the server has the files equal to the size of the file being uploaded before building the file.
- Loading branch information