This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
Missing boundary in multipart/form-data POST...
  • As WAMP server I'm using the Uniform Server (www.uniformserver.com). When I moved to Uniform Server latest version Uploadifive stopped working and returned the following error:

    Warning: Missing boundary in multipart/form-data POST data in Unknown on line 0

    Notice: Undefined index: HTTP_X_FILE_NAME in E:\Uni\UniServer\www\tsn4\uploads\uploadifive.php on line 9
    Notice: Undefined index: HTTP_X_FILE_SIZE in E:\Uni\UniServer\www\tsn4\uploads\uploadifive.php on line 10
    Notice: Undefined index: HTTP_X_FILE_TYPE in E:\Uni\UniServer\www\tsn4\uploads\uploadifive.php on line 11

    Warning: file_put_contents(E:/Uni/UniServer/www/uploads/): failed to open stream: Invalid argument in E:\Uni\UniServer\www\tsn4\uploads\uploadifive.php on line 26


    These are the details of the latest version of the WAMP:
    Uniform Server 'Coral' 8.5.2
    Apache/2.4.2 (Win32) PHP/5.4.0

    With the previous version of the WAMP server Uploadifive worked correctly:
    Uniform Server 'Nano' 5.6.12
    Server Version: Apache/2.2.16 (Win32) PHP/5.3.3 DAV/2

    Is this the same problem reported here?
    http://www.uploadify.com/forum/#/discussion/8210/apache-commons-wants-a-multipart-boundary

    Thank you,
    Regards.
  • Yes, its the same problem.