Hello, this is my first post on a mailing list, so bear with me...<br>
<br>
Using the plt web-server, I would like for users to be able to upload
an image file to the server, then I would resize the image to fit the
required dimensions for the site.<br>
Now AFAIK, the only way I can process an image is using the bitmap%
object which is available only with MrEd. The docs for the web-server
state that &quot;Servlets can use the full MrEd functionality&quot; when started
with the command &quot;web-server&quot;. But when I do this, and try to make a
button% object, I get reference to undefined identifier errors.<br>
<br>
Can anyone help me with what I'm doing wrong? I'm using PLT version 301.<br>