Hi,
Well the file isn't read-only and I'm the administrator so it should work. Also, other files of this kind is no problem deleting, so it's definately something with file itself. A weird thing occurd: when I right clicked the file the computer got hung up and the processor had to work 100%...
Hi y'all,
A rather irritating problem: I can't delete a file. It's an mp3-file and when I try to delete it, or change file extension etc., I get the standard "Error deleting file or folder"-message, saying that another program might be using the file. Though there isn't such a program (and yes...
Yep, I use the Scripting.FileSystemObject..
No, the file is MIME encoded (pictures)!
Will the code really work if the only thing I do is placing it in a DLL? - The function is still the same, or..?
/
Sheco!
You're right - it's an uploading code!
And the code is in ACII. So the upload should be "clean", but I still get the error (that doesn't appear on an alternative/IIS server).
The full code (for the sub that's trubbeling, but there is more..) is:
************* BEGIN CODE **************...
OK, so a solution could be to re-write the carriage return to something more Chilli-friendly..?
Anyone got an idea on how that would look? (very basic, I know.. But I'm still lost since I don't do apache code)
/
Hi,
I get this err msg, which I haven't recieved before:
"Sun ONE ASP VBScript runtime (0x800A4001)
Function or method call not implemented: 'ChrB'"
The code is placed on a web hotell that I haven't used before, but the code works fine with my earlier web hotel..
The ASP code is:
"Dim...
Hi y'all,
I would like to upload a file to another server. The case I have is that of a web hotell that doesn't work properly (Apache) when running my code that uploads a file to the server.
Now, my idea is to keep the uploading file (code) on a different server that handles my code better...
Hi everyone,
I have an app that uploads files to an apache web server. Now, the code works in a web hotell I used until now when I changed. The error I get when the code runs now (on the apache server) is:
*********CODE*********
HTTP 500.100 - Internal Server Error - ASP error Apache...
Hi!
I do believe that that the server is using Chilli! What's the problem, then? (I'm not home whith servers..)
The code is (there's more, but here's the sub!):
*********BEGIN CODE**************
Private Sub getData(rawData)
Dim separator
separator = MidB(rawData, 1, InstrB(1...
Hi everyone,
I have an app that uploads files to a server. Now, the code works in a web hotell I used until now when I changed. The error I get when the code runs is:
*********CODE*********
HTTP 500.100 - Internal Server Error - ASP error Apache...
Yeah that's true - the servers time is correct to the server...
No, I was thinking maybe there was a way of retrieve the time from some sort of "uniclock" or something of the like. But no, I'm gonna set it + 20 mins. in my app.
/Thanx
OK.. From what I can understand, you want
a) Add data to the tables Job and Project, and
b) Be able to update that data on specific occasions
A simple way of adding (a) is:
**************CODE**************
'Declare var's for - and open - database connection
Dim objConn, sConnection
Set...
I have (not surprisingly) a problem B-)
When I do this:
Response.Write Date & ", " & Time
I get the right date, but the time is ALWAYS 20 minutes late. This is probably due to that the server time isn't set correctly, but is there a way of always be sure of that the correct time is always...
Hi, I don't know if this is what U are after, but a simple select syntax is:
****************
'Define an SQL-string
Dim strSQL
strSQL = "SELCT * FROM tblUser"
Response.Write strSQL
****************
This will return and print ALL users (by using the *) from your user table.
If this doesn't...
Hi everyone
Have a browser dialog box, using:
<input type=file name=file1>
Now, I want to filetr it so that only pictures are avaliable to pick. I've tried this:
<input type=file name=file1 style="FILTER: *.gif; *.jpg;">
but with no luck.
Any suggestions..?
/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.