The Salt Lake ColdFusion Users Group Message Board › Code › CFFILE Upload issue
| Chad Fraser | |
|
|
Here's a strange one.
I have a form that allows a user to upload a JPG to my server. What is strange is that I can upload the jpg from home and work with no problems. Another user with the same jpg file can upload the jpg from their network etc.. But I have another user that cannot upload the same file? I have the component I developed throw an error when there is a problem. But I don't understand this problem! Note: Tested with multiple systems, browsers etc.. Anyone ever experience this? |
| Chad Fraser | |
|
|
Ahhhh, my regular expressions in Firefox 3 don't work ----nice. I prefer client side validation in this particular case so I updated the file field in my form to this:
^([a-zA-Z])[a-zA-Z\\//:\.\s]*[\w\\//:\ Thanks anyways. |