Re: treating (multiple) attached images

>> I'd like to allow users to attach images to an XForm. Some questions:
>>
>> (1) As I saw, only the file URLs are sent, not the files themselves.

Hi,

For reasons of simplicity, I would like to restrict the image upload
to JPG images only. In the model part I have the following:

<xforms:instance id="xml-template" xmlns="">
        <Images>
          <file1 xsi:type="xsd:anyURI" />
...

The best solution would be if it were treated in the file selector,
i.e. the user couldn't even choose a different file.

Thanks,

Laszlo

Received on Tuesday, 10 February 2009 21:57:44 UTC