Microsoft
Software
Hardware
Network
Question : FTP Upload
I have a website, and occasionally, a customer needs to give me their file. What is the best, most easiest and most user friendliest way to accomplish this off of my website? My website is a classic asp website, but obviously, I would probably want something in asp.net for the upload functionality. I know there are some third party controls out there, but I'm looking for something very easy and simple, and i don't mind paying for it.
Basically, i just want a page, where they need to enter a password, and then they can upload their file and there is a status bar or something telling them that its uploading.
Answer : FTP Upload
Assuming that the zipcode is always 5 numbers long, and preceeded by a space, this works:
$string="Anywhere, OH 12345";
$zip = substr($string,strrpos($st
ring," ")+1,5);
echo $zip;
Random Solutions
Free software to scan, crop 4 areas, save to .tif file with transparent background?
How to Installing SQL-DMO on sql 2008
laptop setup win 7 64bit with 32bit xp pro emulator
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
adding a mac to sbs 2003 network
Jumbo frame configuration is saved where?
are there any inherent issues introducing a server 2008 system into a predominantly 2003 network?
How to change HEX value to EBCDIC char
SQL 2005 Select Query from multiple tables
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003