Partially Uploaded File - error message help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SoSaucily

    Partially Uploaded File - error message help

    I am getting the 'partially uploaded file' error with uploads over
    about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my brain on
    this one, any help appreciated.

    Php.ini
    - upload_max_file size=2M
    - post_max_size=8 M

    and we have the <input type="hidden" name="MAX_FILE_ SIZE"
    value="5000000" > input tag appearing prior to <input type="file"
    name="myAttachm ent">
    in the form.

    running php 4.3.3 on IIS on a windows 2000 server.

  • Guillaume ALLEON

    #2
    Re: Partially Uploaded File - error message help

    SoSaucily a écrit :[color=blue]
    > I am getting the 'partially uploaded file' error with uploads over
    > about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my brain on
    > this one, any help appreciated.
    >
    > Php.ini
    > - upload_max_file size=2M
    > - post_max_size=8 M
    >
    > and we have the <input type="hidden" name="MAX_FILE_ SIZE"
    > value="5000000" > input tag appearing prior to <input type="file"
    > name="myAttachm ent">
    > in the form.
    >
    > running php 4.3.3 on IIS on a windows 2000 server.
    >[/color]
    I am stuck with a similar problem but larger files. See subject "file
    transfer".

    So in case you find the soulution, do not hesitate to post ;-)

    Comment

    • Guillaume ALLEON

      #3
      Re: Partially Uploaded File - error message help

      SoSaucily a écrit :[color=blue]
      > I am getting the 'partially uploaded file' error with uploads over
      > about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my brain on
      > this one, any help appreciated.
      >
      > Php.ini
      > - upload_max_file size=2M
      > - post_max_size=8 M
      >
      > and we have the <input type="hidden" name="MAX_FILE_ SIZE"
      > value="5000000" > input tag appearing prior to <input type="file"
      > name="myAttachm ent">
      > in the form.
      >
      > running php 4.3.3 on IIS on a windows 2000 server.
      >[/color]
      You can also the solutions proposed in alt.comp.lang.p hp
      subject "Uploading files / POST". They were useless on my
      problem.

      Comment

      Working...