Hi all,
sorry for the unclear subject but it was difficult to find a proper one.
The problem: I am using PostBytes to send data to an Amazon server imitating in code the multipart/form-data upload protocol as sent by a form, but the JobDone function is never fired.
Sniffing data and analyzing it with Wireshark, I know the POST is successful since a packet is returned by the Amazon's server where I can read the location where my uploaded file went stored.
Maybe the problem arises from Amazon replying with code 204 (HTTP/1.1 204 No Content) and HttpJob expecting 200 (OK) for a successful operation or 4xx for errors. I don't know.
Is there anyway to manage this situation?
TIA
udg
sorry for the unclear subject but it was difficult to find a proper one.
The problem: I am using PostBytes to send data to an Amazon server imitating in code the multipart/form-data upload protocol as sent by a form, but the JobDone function is never fired.
Sniffing data and analyzing it with Wireshark, I know the POST is successful since a packet is returned by the Amazon's server where I can read the location where my uploaded file went stored.
Maybe the problem arises from Amazon replying with code 204 (HTTP/1.1 204 No Content) and HttpJob expecting 200 (OK) for a successful operation or 4xx for errors. I don't know.
Is there anyway to manage this situation?
TIA
udg
Last edited: