Shortening the length of the values that are being passed solved the problem, but I would like to be able to pass longer values with my parameters.
Examples:
A) Fails to save: "imagegenerator.php?value=a long string of text"
B) Saves fine: "imagegenerator.php?value=less text"
Thanks for your help,
Mike
Best regards,
Oleg Chernavin
MP Staff
>
> Best regards,
> Oleg Chernavin
> MP Staff
Thanks Oleg,
It seems that when downloading dynamic images created with PHP, when the file name is cut off, the image fails to be downloaded/saved correctly.
a) Here is an actual example of a WORKING saved file name:
merge_images.php@p=tan&f=5&n1=123456789+123456789+123456789+123456789&n2=123456789+123456789+123456789+123456789 12&s=25&c=1
b) Here is an example of a file name that FAILS to load:
merge_images.php@p=tan&f=5&n1=123456789+123456789+123456789+123456789&n2=123456789+123456789+123456789+123456789 123&s=25&c=1
The only difference between a) and b) is one additional character that pushes the file length over the limit (as you can see, the parameter n2 ends with "123" instead of "12").
Any settings I need to modify, or is this a limitation of this version?
Anything else that could be causing this problem?
Thank you again.
Thank you!
Oleg.