not is safari

M

Mr. SweatyFinger

This form has a file upload feature which works in other browsers, but not
in safari

is the form type wrong? or what is really the deal

<form name="aspnetForm" method="post" action="Default.aspx"
onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm"
enctype="multipart/form-data">




Line 703: If Len(Remarkstextbox.Text) > 500 Then
Line 704: Dim RemarksLabel As Label =
FormView1.FindControl("LabelRemarks")
Line 705: RemarksLabel.Text = "<script>alert('Sorry, your remarks
have used too many characters. \nThere is a 500 character limit. \nAlso, due
to a browser limitation, you must specify again any images you want to
upload')</script>"
Line 706: Remarkstextbox.Text = Left(Remarkstextbox.Text, 500)
Line 707: Else
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,888
Messages
2,569,964
Members
46,293
Latest member
BonnieHamb

Latest Threads

Top