Returns C pointer to new http upload iq stanza.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(im_type), | intent(inout) | :: | im |
IM context type. |
||
character(len=*), | intent(in) | :: | id |
Stanza id. |
||
character(len=*), | intent(in) | :: | file_name |
File name. |
||
integer(kind=i8), | intent(in) | :: | file_size |
File size in bytes. |
||
character(len=*), | intent(in) | :: | content_type |
MIME type. |