Closed Bug 415876 Opened 16 years ago Closed 16 years ago

Server not receiving Request data from XMLHttpRequest when using multipart/form-data

Categories

(Firefox :: General, defect)

x86
Windows Vista
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 413974

People

(Reporter: ian.bugeja, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; FDM; .NET CLR 3.5.21022)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2

XMLHttpRequest is used to send data to a http server using multipart/form-data with boundaries.

Code works fine on Firefox 2.0 but not on 3.0b2

Reproducible: Always

Steps to Reproduce:
1.Send data using XMLHttpRequest multipart/form-data to php script
2.in php script use the print_r($_REQUEST);
3.
Actual Results:  
Server gets an empty array on firefox 3.0

Expected Results:  
Server should get values/names in array

i'm using apache 2.2 as web server
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.