When someone sends a file with a space in it, and the space is
converted to "%20", it will show "%2520" at the place of the
space.  "%25" is the encoding of the "%" char.  It seems that
it's encoding the filename again.

When you tell it to get that file, it will save it with "%20" at
the place of the space, decoding the "%2520" to "%20".


Kurt

_______________________________________________
List mailing list
[EMAIL PROTECTED]
http://epicsol.org/mailman/listinfo/list

Reply via email to