Easy upload files with httputils' original poststring to a php script with x parameters
- By KMatle
The normal postfile method just posts the file data. So you are not able to get the filename and other needed parameters. There are other examples, but sometimes you need a small solution. The...