<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Aug 2020 16:23:40 Z</lastBuildDate><pubDate>31 Aug 2020 16:23:40 Z</pubDate><description>Hi, Can someone pls help me&#13;
the web service need 2 files the first facture.pdf the other analyze.json (key words used to analyse facture and extrat information), the execution return the error :application/octet-stream' not supported&#13;
here is my code can you plz help me locate the issue :&#13;
&#13;
QUAND EXCEPTION DANS&#13;
	lIdForm est une chaîne="W"&#13;
	HTTPCreateForm(lIdForm)&#13;
	HTTPAddFile(lIdForm, "file", "C:\facture.pdf")&#13;
	HTTPAddFile(lIdForm, "analyze", "C:\analyze.json")&#13;
	RESP_HTTP is httpResponse&#13;
	///*httpRequête&#13;
	Mareq est une httpRequête&#13;
	Mareq..URL="***"&#13;
	Mareq..ContentType="multipart/form-data"&#13;
//	Mareq..Contenu=""&#13;
	Mareq..Méthode=httpPost&#13;
	Mareq..Utilisateur="***"&#13;
	Mareq..MotDePasse="***"&#13;
	&#13;
	RESP_HTTP=HTTPSendForm(lIdForm,Mareq)&#13;
	sResCode=RESP_HTTP.Contenu&#13;
	&#13;
FAIRE&#13;
	RENVOYER Null&#13;
FIN</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67957-erreur-application-octet-stream-not-supported/read.awp</link><title>erreur application/octet-stream' not supported</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
