Hi, I'm doing some work on a new league project and I've come to uploading results.
My initial idea is to get the results from the mpr header. I have already done that, using an hex editor to extract just the header. But now I'm wondering if there is a way to upload a file partially using PHP, or opening it directly from my local machine. This way I don't have to upload a full mpr file which can be several MBs big, or edit it with any software to extract the header.
So, the main idea is to be able to parse the mpr file header without having to upload it completely. Any help?
My initial idea is to get the results from the mpr header. I have already done that, using an hex editor to extract just the header. But now I'm wondering if there is a way to upload a file partially using PHP, or opening it directly from my local machine. This way I don't have to upload a full mpr file which can be several MBs big, or edit it with any software to extract the header.
So, the main idea is to be able to parse the mpr file header without having to upload it completely. Any help?