multipart/form-data into array not processing
问题 Basically, I have this form data I'm trying to pass using cURL, here it is hardcoded into boundaries and just sending the request. $postfields = '--Boundary+0xAbCdEfGbOuNdArY'."\r\n"; $postfields .= 'Content-Disposition: form-data; name="device_timestamp"'."\r\n\r\n"; $postfields .= (time() - (100 * rand(1,6)))."\r\n"; $postfields .= '--Boundary+0xAbCdEfGbOuNdArY'."\r\n"; $postfields .= 'Content-Disposition: form-data; name="photo"; filename="photo"'."\r\n"; $postfields .= 'Content-Type: