Hello guys,
I’m pretty new to php and I have a problem with the functionality of a script I’ve wrote.
The script looks something like this:
[php]
[/php]
Now the user (which is actually a SAP client) sends to this script the following post content:
content-type: application/vnd.ms-excel;name="Mappe1.xls"
BINARY DATA HERE -- looks something like ÐÏࡱá>þÿ
--SAP
The problem is the file is unusable when I get it through this script.
Any kind of help would be appreciated.
Thank you,
Ciprian