Hi,

If upping max request size doesn't solve the problem, also make sure that you set the enctype in your form request

<form name="..." action="..." method="post" enctype="multipart/form- data" >

On Feb 21, 2008, at 9:14 AM, Robert Ernens wrote:

This is my first try at uploading files using Active4D.

I think I stricly follow the documentation guidlines :

1. I have a blob defined in compiler_web : WACfileUpload
2. I have a form using WACfileUpload as an input type=file variable
3. I have an A4D scrit processing the form
4. the script uses get updload size("WACfileUpload") to check if data is
uplaoded befor doing any processing of the uploaded file

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to