hai friends I need to upload files in my application, So i Need php coding without using enctype="multipart/form-data" because in my application it does not supporting enctype="multipart/form-data" Hence anybody knows the code for how to upload files in php5 or without using enctype="multipart/form-data" Thanks in advance
^^^like he said, why would you not be able to use that? Its html client side unless your users have not got a browser it will work.
Its not possible without it , as the HTTP protocol requires that multipart be defined as content type when uploading files , so PHP cant help you. Also what application does not support it ? i mean really your app doesnt have anything to do with it. unless you want to upload to a site whose form you dont control , i dont see the problem!