Announcement

Collapse
No announcement yet.

HTML and CGI question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dave Navarro
    replied
    File uploads only work in the newer versions of the browsers.

    Also, they are encoded in a different format that normal so you have need different code for decoding a file upload.

    I'll be posting a new PBCGI.INC file later this week with decoding info in it.

    --Dave


    -------------
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Johan Karlsson
    Guest started a topic HTML and CGI question

    HTML and CGI question

    Hi,

    When i use this code, and choose a big file, that don´t function for me.
    What is wrong ?? Please help me...

    ---
    <FORM ENCTYPE="multipart/form-data" METHOD="post" ACTION="dbg.exe">
    <INPUT TYPE=FILE NAME="image_file">
    <INPUT TYPE=SUBMIT VALUE="Send">
    </FORM>
    ---
Working...
X