multipart/form-data

, , ,

After some attempt it seams to me that
multipart/form-data in NET+OS CGI pages is not supported?


strcpy(buffer, "");
strcat(buffer, "");
strcat(buffer, "");
strcat(buffer, "");
strcat(buffer, "");
strcat(buffer, "");
strcat(buffer, "");

when submitted the RpExternalCgi() is not called and no page can be returned

How do you handle binary file uploads?

Unfortunately you will have to handle file uploads through a page generated by the pbuilder utility. Such uploads through CGI do not work.

Thanks again you are always very helpfull!

I pointed that out to Digi years ago, and they’ve never been interested in fixing it (along with other significant bugs).

:frowning: