.SaveToFile Fails In Firefox/Mozilla

I have an upload script that seems to fail in Firefox and Mozilla based browsers when it hits the .SaveToFile Method. It works fine in IE. Is this a documented bug? Is there a work around?

View Replies


ADVERTISEMENT

Problem With StreamFile.SaveToFile

I downloaded the code for file uploads from freeaspuploads. but my system keeps giving me the same error: adodb.stream: write to fail failed. With the Line: streamFile.SaveToFile path & fileItem.FileName, 2

path is a folder in wwwroot

I'm using XP Pro.

View Replies View Related

SaveToFile Relative Path

Is there a way to save a file to disk using objStream.SaveToFile using a relative path instead of an absolute path?

View Replies View Related

Mozilla/4.0

the meaning of the " H010818" which has started appearing in my log files?

View Replies View Related

ASP Treeview And Mozilla

This works perfectly on Windows IE 6.x and Mac IE.
However, in order to be cross-platform compatible, I need to make this work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix this
code to make it compatible with those aforementioned browsers?

View Replies View Related

Localhost On Mozilla

I try to run localhost on other browser other than IE, in this case i run on FireFox Mozilla.Can anyone tell me why does the browser popup with the security windows where i need to type a Username and password. However, that wouldn't happen if i run on IE. Is there a special setting where IIS can check whether a user run scripts on that type of server on other browsers than IE.

View Replies View Related

Session Problem In Mozilla

I have encountered a strange problem. I m making a playlist (asx file dynamically) from database after the user selects a few songs from a checkbox list. The data is stored in a dictionary object and is saved in session variable across pages.

This works totally fine and perfect in IE but in mozilla ff/netscape, the code crashes. Actually, if i don't run the media player(not wrting the content), then code runs fine but if i use response.write to c wht's happening, it doesn't write anything but veiwing on page source, the code actually worked fine.

However, the moment, i provide the contebnt type for media player, it crashes showing error that session variable is empty or some other key error which seems totally irrelevant when running IE.

View Replies View Related

Session Objects In Mozilla

I am trying to pass sessions (namely an XML object stored in an ASP session), which work fine in IE, but fail to pass in Mozilla 1.7. Is there a way around this?

View Replies View Related

Destroy Session Mozilla

I am using sessions to check if user is logged in or not and on the basis of that i redirect to the main page. For the matter iam using frames and based on condition i change the src. The session gets killed if i use the logoff button provided on the screen or when i close the browser and restart it default property,This works fine in IE.

But when i tried it out in mozilla and other browsers which support tabbed pages i encountered the problem when user closes the tab page directly, since the browser hadnt been closed ( only the tab page ) and if i type the web site address as the session hasnt been destroyed it shows the main page directly bypassing the logon page.

View Replies View Related

Tree View In IE And Mozilla Part 1

I am trying to generate a tree view in asp 3,0 using sql server.Whats happening is its not pulling the data from the database i can only see folders and the gifs but not the actual data. Code:

View Replies View Related

ASP Fails

I've got some ASP-code that uses FileSystemObject to move user home
directories on a DFS-root. When I run this code on the original
Win2000/IIS5-server, it works fine. But when I try it on a
Win2003/IIS6-server, I get the following error:

-2147023545

which I found can be translated as follows

=> 0x80070547 => 1351 =>
"Configuration information could not be read from the domain controller,
either because the machine is unavailable, or access has been denied."
I've tried to run IIS in IIS5-isolation mode, but get the same error.

View Replies View Related

Cmd.exe Fails

i mtrying to run a message service using net send via our intranet -
basically the user selects the poeple on the network who they want to
send a message to from a drop-down list on a form and on submit a loop
is run - here's a snippet of the code (inside a for loop)

<% elseif Request.Form("recipients")(a) <> "" then %>
<% NamUsr = CStr(Request.Form("recipients")(a)) %>
<% server_shell.Run "%comspec% /c net send " & NamUsr & " FROM " &
username &":" & Msg %>

(Note : I create the server_shell object outside the loop and set it
to nothing when the loop has finished - also username is basically
Server Variable Logon User)
The problem happens when all users are selected - it sends it to a few
people and then bombs out and then i get a load of application errors
- cmd.exe or net.exe failed to initialize on the server.yet when tested for smaller numbers of users it runs fine

View Replies View Related

Browser Compatibility In ASP Doesnot Support By Netscafe And Mozilla

i want some points, that is browser compatibility in ASP doesnot support by netscafe and mozilla.

View Replies View Related

Asp Fails To Execute

after publishing a web to iis, asp pages based on a
database fail to work. the browzer starts loading such page
and never does- at some point the status bar stops and the
page never loads without displaying any errors. the browzer
shows that it is busy all the time.

View Replies View Related

CDO Message With CC Or BCC Fails

Greetings, I'm using simple code to send customers an email after they submit a helpdesk ticket. I wanted to copy myself on the emails, but when I enter myMail.BCC or myMail.CC, it fails to send. If I comment out these lines, the message sends successfully. I've made sure the bcc or cc addresses are valid. I changed the names in my code to protect the innocent.

View Replies View Related

IIS 5.0: CreateFolder Fails

CreateFolder method does not produce a result from IIS. I tried many things including changing file permissions, web server permissions etc. to no avail.

View Replies View Related

CreateObject Fails After XP SP2

A custom ASP web application that i have developed has stopped working
after the install of WinXP SP2. The application breaks on:

Set oMaint = Server.CreateObject("efilingMaintenance.clsMaintenance")

with error message: Code:

View Replies View Related

Carriage Return Does Not Display Properly In Mozilla In A Title Attribute

Am facing a problem when trying to display a carriage return in firefox in a title attribute,i ve tried using VbCr and chr(13) ,in either cases a strange character appears instead of the carriage return. does anyone know about this error. The code looks like this:

titles(iday) = titles(iday) & chr(13) & objRS("event_title")
<a href="javascript:showevent('0<%=links(i)%>')" title=" <%=titles(i)%>"><%=i%></a>

Am not having this strange character when running it on explorer.

View Replies View Related

Login Fails - Error

I am getting this error. Got it for the first time, so am really not sure why

"[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database requested in login '/dbmckenna'. Login fails.

/Sitter_Registration.asp, line 12 "

View Replies View Related

Fso Fails When Connecting To Mapped Drives From Asp On IIS 6.0

I have an asp page (see source code below) running on IIS 6.0 on
Win2003 Server that tries to get file and folder information on a
Novell Server. I am able to successfully connect to the share on the
Novell box if I use the UNC path. But, unfortunately, I need to have
the mapped path for my application.

I created a simple vbs script and
saved it to the server desktop and run it to verify connectivity to the
Novell box. I am logged in to the server with the same user as set up
in my website as the anonymous user. The vbs file runs perfectly. But
as soon as I move the code into an asp file, I get the following error
"Microsoft VBScript runtime error '800a004c' Path not found". If I
go into my asp file and change the path to the novell box to a UNC
format, then it works. Below is the asp file: Code:

View Replies View Related

Login Fails Inside A Frame

I have an ASP 2.0 secured website that works fine.My problem is that I need to run this "mini site" inside a frame.We have a domain hosted website and I'm redirecting the frame contents to our IIS server and my MD doesn't want the customers seeing a "messy" IP
address, so the solution was to run the mini-site inside a frame. However, despite the login screen being displayed, when a user logs in, theuser.identity.name is null and roles are not set.

View Replies View Related

Server Side Executable Fails

I am attempting to have an asp page call a batch file. I had it working, I was high on life and then I decided to log off the server. Once I did, the code would no longer work. When I logged back onto the server, I saw:

'The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.' Code:

View Replies View Related

ASP Upload Fails When Files Dimensions Exceed 3MB. Why ?

I'm experiecing a problem with file uploads from ASP pages.

On a Windows 2000 - IIS 5 server we're running an ASP Classic
application that features an upload form for files of great dimensions
(100+MB). Problem is, when we try to upload a file exceeding 3MB we
retive almost immediatly a message such as 'The page cannot be
displayed'.

We do not even reach the page that contains the code for file
managing; when we click on the submit button in the form with enctype
multipart form data the application ends and the error is visualized.

For files under 3MB there are no problems at all.

The FAQ of our upload third party component (ABCUpload by Websupergoo)
state that we could either have problems with our proxy or we could be
stopped by a wrong URLScan setting: we do not have any proxy nor
URLScan is installed on our server.

I may add that all the configuration of the script timeouts on IIS are
correctly set.

Is there anyone who can suggest us a solution?

View Replies View Related

ASP VBScript Fails When Response.buffer = True

I have a big asp file that has an error under certain conditions -- totally
repeatable. However, it only fails when I set response.buffer = True at the
top. WHen I set it False in order to debug it, it works every time! I even
set it to True, but did a .Flush just before the error, and the error won't
happen.

It only happens when response.buffer is True and no .response.flush is issued.

The error is a string variable turns-up empty and crashes a function
requiring a date. I could test for this before the line where it crashes,
but where did my data go? Why is the buffer affecting it?

View Replies View Related

Validation Fails On Copy Paste From RTF Document

If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed and cause the form to fail.

View Replies View Related

ASPPop3 (Server Objects) Fails To Return Email Details

Can anyone tell me why this code doesn't work? The original came from
an example in this group, but was modified slightly when the original
failed to return message details.

I am able to connect to the server and see the number of messages on
the server, but message details (sender, subject, body, etc.) are not
returned....

View Replies View Related

Odd FireFox

The site in question is Roger Funk Cars
In IE it works fine. In FireFox when the page is displayed the navigation bar on the left side does not expand down, it leaves a gap. This happens on all pages depending on how much the side bar has to expand. The strange part is that if I refresh the page it will start working right.

View Replies View Related

Firefox & ASP

why Firefox is displaying some of my ASP code to the user, it works fine in IE, is there a fix for this?

View Replies View Related

Cookies IE Vs. Firefox

I am trying to create a cookie based on a querystring. Firefox creates and displays the cookie without a problem. IE on the other had seems to not even create the cookie. I HATE BUILDING FOR 2 BROWSERS!

Here is the creation code:

View Replies View Related

Links In Firefox But Not IE

I wish to hide links, i'm at present trying to 'float' as such invisible links over a background image....
the line i'm wishin to use that i think is right is

#links a i {visibility: hidden;}

when taken out we can see the links, as needed, but the minute i add this line, they should be invisible but still there, this is the case in IE but with FF they disappear completely...

View Replies View Related

Firefox Problem For XML

I'm almost finished with an ASP app that takes HTML form input and outputs that info into XML-ready text. The ASP creates the tags as follows:

Response.Write("&lt"&"item"&"&gt"), which works fine in IE, I get a nice
<item>

But in firefox I get:
&ltitem>

Any ideas?

View Replies View Related

ASP Different Results In Firefox And IE !

I have following code, picking an ID and saving it to Cookies.

<%
ItemID = Request("prod")
Response.Cookies("THREES")(ItemID) = Request("prod")
Set rdset=objConn.Execute("SELECT ID, Name, Large, Description
FROM shop_products WHERE ID=" & ItemID)
%>

In IE it works fine as it should, adding item id to Cookies

In Firefox it gives me the following error:

Cookies object, ASP 0102 (0x80004005)
The function expects a string as input.
/shop/addcart.asp, line 27

Any information on that. Any idea what is going wrong.

View Replies View Related

ValidationSummary With Firefox

I'm using a ValidationSummary with ShowMessageBox set to "True". It's
working fine with internet explorer but when it comes to Mozilla
Firefox it's not the same. No window is opened.

What can I do to make it work properly?Is there a way to do it?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved