On Wed, 2010-01-27 at 23:42 +0100, Christine Karman wrote: > Why does the constructor of InputStreamBody require a String argument? I > have an InputStream that I want to create an InputStreamBody from, but > there's no file associated with the InputStream - it is created from an > Android media repository. > Can I use a dummy String? At any rate, I have trouble getting it to work.... > > dagdag > Christine >
Christine, The String argument represents a file name, if known, and is optional (can be null). Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
