Re: Problem with enctype=multipart/form-data and some browsers - SOLVED

2011-05-20 Thread Al Musella, DPM
You got it! It was the missing name on the submit button. It always worked on ff4 - it was ff3 where it didn't work. I accidentally removed the table tag when cutting out the nonessential parts of the form - thanks! At 01:30 AM 5/20/2011, Azadi Saryev wrote: 2 shots in the dark (since it

Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Al Musella, DPM
Hi I have an urgent problem.. I created a website for a fundraising event that is going on all month.. one function is to create fundraising teams, where people can create a team and upload a photo. I wrote the code, tested it on the current version of chrome and firefox and it worked

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Raymond Camden
When you tested with Firebug, did you see anything? How about any other network tool, like Charles? On Thu, May 19, 2011 at 12:13 PM, Al Musella, DPM muse...@virtualtrials.com wrote: Hi  I have an urgent problem..   I created a website for a fundraising event that is going on all month..

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Al Musella, DPM
I am getting strange results.. In firebug, it says the status is 200 but there were no bytes received. and a view source shows absolutely nothing. I turned on cf debuggin - to at least get debug info - and still nothing at all. . but there is a message about the cache.. perhaps my computer

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Priya K
Sometimes caching creates all kinds of problems especially using latest version of IE.Try to clear out cache and even that didn't work try using fiddler clear out cache. Fiddler is a web debugger and logs the traffic. See if you can find anything. On Thu, May 19, 2011 at 8:21 PM, Al Musella, DPM

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Al Musella, DPM
I tried fiddler.. this is the request headers when sent from Chrome (which works) POST http://walktoendbraintumors.org/testform2.cfm HTTP/1.1 Host: walktoendbraintumors.org

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Maureen
This works fine in Firefox 4. I get a page that says Success. On Thu, May 19, 2011 at 5:21 PM, Al Musella, DPM muse...@virtualtrials.com wrote:   I am getting strange results.. In firebug, it says the status is 200 but there were no bytes received. and a view source shows absolutely

Re: Problem with enctype=multipart/form-data and some browsers

2011-05-19 Thread Azadi Saryev
2 shots in the dark (since it does work in my FF4): 1) malformed html: you seem to be missing the opening table tag 2) try giving your submit button a proper name [both issues above are from inspecting source of your test page] i definitely remember FF having all sorts of fits with invalid