Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adamsoderqvist

  1. adamsoderqvist

    Can't delete file

    KillBox worked! You made my day.. Thanx everyone!
  2. adamsoderqvist

    Can't delete file

    Tried safe mode, but still the same result! Is there another way purhaps..?
  3. adamsoderqvist

    Can't delete file

    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%...
  4. adamsoderqvist

    Can't delete file

    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...
  5. adamsoderqvist

    Weird error..

    OK, I'm gonna try all of the above. Thanx a million! /Adam
  6. adamsoderqvist

    Weird error..

    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..? /
  7. adamsoderqvist

    Weird error..

    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 **************...
  8. adamsoderqvist

    Weird error..

    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) /
  9. adamsoderqvist

    Weird error..

    OK... so what to when the error occurs: I don't have any training in Apache. There should be an easy workaroud, or..? /A
  10. adamsoderqvist

    Weird error..

    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...
  11. adamsoderqvist

    SSI and uploading to another server..?

    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...
  12. adamsoderqvist

    ASP error when uploading to apache..

    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...
  13. adamsoderqvist

    ASP uploading error...

    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...
  14. adamsoderqvist

    ASP uploading error...

    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...
  15. adamsoderqvist

    Server time and date..?

    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

Part and Inventory Search

Back
Top