Hi.
I really need help!
I did a website in expression web(frontpage) with a form to input data and a file.
The thing is that it only allows for files smaller than 1Meg to be uploaded, I need the limit to be higher, like 10Meg's.
I tried looking at different java scripts and stuff, but to be honest, I don't understand any of it.
Can anyone help me? Please bare in mind that I'm very new to this, so a copy/paste solution would be great.
Below is the frontpage form that I use.
Thanx, Mikkel.
<form method="post" action="../_vti_bin/shtml.dll/bornholmerlaksen/indvejning.htm" onsubmit="" enctype="multipart/form-data" webbot-action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" u-file="indvejninger/indvejninger.txt" s-format="TEXT/TSV" s-label-fields="FALSE" b-reverse-chronology="FALSE" s-date-format="%d-%m-%Y" s-builtin-fields="Date Time" startspan="" s-time-format="%H:%M" s-form-fields="navn vidne1 vidne2 tlf kg cm plads dato foto " s-destination="bornholmerlaksen/fotos/" s-category="" s-assignedto="" s-reviewstatus="" b-process-metainfo="FALSE" u-confirmation-url="indvejning_cnf.htm" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_" VALUE="utf-8"><!--webbot bot="FileUpload" endspan="" i-checksum="45034" -->
<input name="navn" size="30" />Navn<br />
<input name="vidne1" size="30" />Vidne1<br />
<input name="vidne2" size="30" />Vidne2<br />
<input name="tlf" size="30" />Tlf<br />
<input name="kg" size="30" />Kg <br />
<input name="cm" size="30" class="style11" />Længde <br />
<input name="plads" size="30" />Fangstplads <br />
<input name="dato" size="30" />Fangstdato<br />
Indsæt dit billede herunder<br />
<input type="file" name="foto" size="20" maxlength="5000000" maxfilesize="5000000" />
OBS! max størrelse = 1Mb<br />
<input name="submit" type="submit" value="Indsend" />
</form>
</div>