Print Page | Close Window

safari issue: upload buttons greyed out.

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=7832
Printed Date: 06 April 2026 at 3:46pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: safari issue: upload buttons greyed out.
Posted By: Badaboem
Subject: safari issue: upload buttons greyed out.
Date Posted: 03 December 2003 at 11:55am
Safari incompatibility bug present in wwf 7.5 and above.
Double checked on a clean install and my own site.

upload menu: after browsing for an image the ''ok'' button is still greyed out. It's impossible for safari to upload images.

Image not filled in yet

Image browsed and filled in but the ok button is still greyed out.

The safari version.


I guess it's a javascript standard that is not supported by all browsers. Is there a way to change the script so it supports more browsers?

Thanks in advance.



Replies:
Posted By: WebWiz-Bruce
Date Posted: 03 December 2003 at 12:16pm
Try changing line 277 of the file image_upload.asp to the following:-

<td width="90%"><input name="file" name="id" type="file" size="<% If BrowserType() = "Netscape 4" Then Response.Write("20") Else Response.Write("35") %>" onFocus="document.forms.frmImageUp.Submit.disabled=f alse;" onChange="document.forms.frmImageUp.Submit.disabled= false;" />


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebWiz-Bruce
Date Posted: 03 December 2003 at 12:21pm
If that doesn't work try:-

<td width="90%"><input name="file" name="id" type="file" size="<% If BrowserType() = "Netscape 4" Then Response.Write("20") Else Response.Write("35") %>" onFocus="document.forms.frmImageUp.Submit.disabled=f alse;" onClick="document.forms.frmImageUp.Submit.disabled= false;" />


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Badaboem
Date Posted: 03 December 2003 at 12:42pm
edited for now..didn't your second reply


I'll try your other method..the first one didn't work.


Posted By: Badaboem
Date Posted: 03 December 2003 at 12:55pm
Last method worked!

Thanks a billion times.


Posted By: WebWiz-Bruce
Date Posted: 03 December 2003 at 1:02pm
Thanks for getting back I'll make the changes in the files, you may also need to do the same with avtar and file upload pages.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net