CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    6

    Form based File Upload

    Hi
    I am using Java to develop an ASP Component for File Upload (ref. RFC1867).
    I have succeded in uploading text files. But I have problems uploading .doc,.jpg,.zip files. Is any special processing required for such type of files.
    I am just reading the bytes transferred and storing them in the file.
    Please help me. This is very much important to the project that we are doing.

    Regards
    Kiran Kumar B.



  2. #2
    Join Date
    Jun 2000
    Location
    USA
    Posts
    3

    Re: Form based File Upload

    Try downloading the File Upload Handling API from http://www.oneclickdeal.com/java/


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured