1,135 Topics
| |
Hello everybody. I'm trying to get the current directory, save it, changing the current dir, then coming back to the previous one. My code so far [code=asm] TITLE ep1_7 .MODEL SMALL .STACK 10h .DATA msg DB 'Current directory:',0h msg_l equ $-msg buff db 64 dup('$') ;f_handle dw 1 dup(?) .CODE … | |
i am trying to use the File upload feature in my application .. i am having a Form with many fields of type Text,textarea and including File upload FIeld. I have kept a Submit button at the end of the Form which on click will submit the actual value of … | |
I wish to limit uploading to the video files swf pps bmp pps png gif mpg mp3 and wav - i'm sure I have the file / type incorrect. can someone please give logical solution... here's my code: [code=php]<?php if ((($_FILES["file"]["type"] == "video/swf") || ($_FILES["file"]["type"] == "video/pps") || ($_FILES["file"]["type"] == … | |
Hi all! Сonditions of a problem: 1) in one form post info and upload file 2) validation only php without js 3) associated fields: if the value is not the same, we don't need to validate field 4) associated fields: if the value is the same, we need echo new … | |
Hi Please tell me how we can search PDF File , which is stored in folder like C:\Folder and then show in show.php page as dynamic link. also Upload new PDF File to Folder Please tell me how? | |
i want to create a program that can upload my new picture automatically. plez help.. | |
How do you acces a folder beneath the current folder? The upload script is at: htdocs/mysite/management/upload.php and i want the files to be uploaded at: htdocs/mysite/images/ What should the directory be? | |
I Need a script that will change the name of a file when it is getting downloaded. for example: the file getting downloaded has a name "File.mp4" and when the user downloads it i need it to be "Title.mp4" | |
when using the data_files option in my setup.py #!/usr/bin/env python import ctypes from OpenGL.platform import win32 from distutils.core import setup import py2exe import sys sys.path.append("dist") setup(options = {"py2exe": {"compressed": 1, "optimize": 2, "includes": ["ctypes","Tkinter","Numeric"], "excludes": ["OpenGL"] }}, zipfile = None, data_files=['msvcr71.dll', glut32.dll'], windows=['myprogram.py'] ) I get an error saying msvcr71.dll … | |
Hello, I am making a program to make a directory in a users Library folder then create a file in it. Whenever I try to make the directory I get an error and if I continue with the program i get a segmentation fault error Here is the source Code … | |
Hi, I've been trying to create a program that gets wikipedia pages, and lists all the links found in the page source. I've used the urllib.urlopen() method to do this, and unfortunately I've run into a little problem. Instead of getting the actual page like say the main page, or … | |
I'm working on a Project, which includes downloading some files from INTERNET, and the code language is C++, I'm using Codegear C++ Builder 2009, If anyone knows how to download a file using c++ code. please help me, I'll be greatly thankful if you provide a code snippet and then … | |
Hi, I have the following string in a XML file.. [CODE]<pre></BODY></HTML> ------_=_NextPart_002_01C84D7E.9133E008-- Content-Disposition: attachment; filename="footer.txt" Content-Transfer-Encoding: base64 G:\Test\Attach\footer.txt --------------Boundary-00=_BLD1cvEPKmuNkgPvUNY3-- Content-Disposition: attachment; filename="Press.xls" Content-Transfer-Encoding: base64 g:\Test\Attach\Debankan\Press.xls ------_=_NextPart_001_01C84D7E.9133E008-- </pre>[/CODE] I will pass the filename and i want to get the path from the above string.. [B]For ex.. if i pass "footer.txt" i … | |
I have created a windows application using C#. the problem is fairly simple. I doono how to refer to the Application path in c#. In Vb we can use App.path to refer to the Application path My C# code for opening a report is as [code=c#] public partial class frmSpaBill … | |
Hello, I'm trying to download the binarys of the [b]FPC ver. 2.1.2 Win32[/b], because i need to develop a program that i only can compile it in this version of FPC, then if you have the binary of this version of a link to it i will be very happy. … | |
It launched in a flurry of controversy over privacy issues, but within weeks of going live the 118800 mobile phone online directory service has been suspended. Although the official reason for the, so far, 3 day unavailability of the website is being given as "undertaking major developments" to the beta … | |
Most often, when someone talks about a filesystem or file system, they're referring to disk filesystems such as NTFS, FAT, ext2, ext3, ext4, ISO 9660 and many others but can also refer to network file systems such as CIFS (Common Internet File System aka Samba) and NFS. A filesystem is … | |
What a difference a year makes. Was it really only in August 2007 that Google added the Sun developed StarOffice suite to the Google Pack software collection? Yes, it was. Back then Google was happy to have a $70 value package available for free to Google Pack downloaders. Things, apparently, … | |
It was always going to generate plenty of publicity simply because it was the new Michael Moore documentary movie. It was always going to generate even more publicity because Moore decided to release it for free, on the Internet. The first time, as far as I am aware, that a … | |
The fact that the UK's Internet providers are [URL="http://technology.timesonline.co.uk/tol/news/tech_and_web/article4387283.ece"]doing something about illegal downloads of music[/URL] is of course to be welcomed in principle. Whenever the subject comes up there are a handful of objections; civil liberties, the Internet should be free, whatever, the objectors seem to come from everywhere. But … | |
Hans Reiser, creator of the ReiserFS, is found guilty of murdering his ex-wife, Nina. Described as odd, strange, and narcissistic by the prosecuting attorneys and having Asperger's Syndrome by his attorney; the jury decided against him. Unfortunately, the evidence against him was significant and damning. The prosecutors gave Reiser's ongoing … | |
Microsoft has today announced the availability of Service Pack 1 for the 2007 Office system product range, and you don't have to wait the 3-6 months which Microsoft says it will take to appear in the automatic updates either. In actual fact you can download it right now from [URL="http://office.microsoft.com/en-us/downloads"]OfficeOnline[/URL]. … | |
Microsoft's now planning to make [URL="http://www.informationweek.com/internet/showArticle.jhtml?articleID=196902603"]Windows Vista and Office[/URL] downloadable via their website - a good choice, likely spurred on by the vast number of other software distributable via the internet. It's a good idea, but I think that it's quite probably piracy will become even worse if it's distributed … | |
On May 23rd I predicted that Microsoft would start the Windows Vista Customer Preview Program (CPP) within a few weeks, and I have been proven right. Microsoft today announced public availability of Vista Beta 2, the same build (5384) as was made available to developers at WinHEC. If you don't … | |
what is niche directory ? whats the diffrence between niche directory and general directory ? |
The End.