Do somebody know how to check file size before sending.
I need to avoid sending large images files from user form, I was thinking in
javascript, but I do not know how to do.
Thanks.
How are you sending an image file from a user form? Do you have a custom
script?

Signature
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
| Do somebody know how to check file size before sending.
|
| I need to avoid sending large images files from user form, I was thinking in
| javascript, but I do not know how to do.
|
| Thanks.
adolfo - 21 Mar 2008 10:23 GMT
From a user form.
They choose 4 images and click the send button.
> How are you sending an image file from a user form? Do you have a custom
> script?
Rob Giordano (Crash) - 21 Mar 2008 16:02 GMT
I can't see how you would be doing this with a native Publisher form, so you
must be using a custom written form. I would check with wherever you got the
form script to see if they have a method of limiting file attachment size.

Signature
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
| From a user form.
| They choose 4 images and click the send button.
|
| > How are you sending an image file from a user form? Do you have a custom
| > script?