Re: [PHP] Reg Ex
Eric Butera wrote:
...or you could just use pathinfo and be done with it. I work for
clients. Clients shouldn't have to read a faq to upload a file.
I agree. I assumed that pathinfo simply returned the relative or
absolute path of the file. After further inspection I have to stand
corrected and agree that using pathinfo is the best approach. I should
have probably done some more research when putting together my solution.
Asking the list would've been an even better option ;-) . Thats why
there's no substitute for experience or better line of work because you
learn something everyday. Thanks gentleman. Time for some refactoring. :-D
Regards
Warren
//
.
Relevant Pages
- Re: [PHP] HTTP PUT for file uploads
... My company needs a file upload solution that will support large file ... we haven't found any Flash ones - ... We want the least amount of work for the end-user, so no thick clients ... (php.general) - Re: Domain Controller qestion
... only upload at 128k because of their own limitations on ADSL. ... If they UPLOAD directly to US server, and I DL from US ... clients, in fact it means I CAN mirrir so it is an advantage. ... >Typically, 'unlimited' AU ADSL is at rather limited speeds, particularly ... (microsoft.public.windows.server.sbs) - Re: Nochmal GTL Frage bzgl. DSL Geschwindigkeit
... ist das aufgrund der Asymmetrie zwischen Up- und Download nun mal der Upload. ... Clients bei gängigen Online-Spielen ohne Aussetzer serven. ... Hinzu kommt, dass ein Server, der mehr Clients bediehnen muss auch leistungsfähiger ein muss. ... Ein Listenserver geht dann schnell in die Knie und es muss ein dedicated Server her. ... (de.rec.spiele.computer.simulation) - Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure commu
... either they upload or my code going out and copying ... But now we're talking about clients uploading files, ... > The encryption strength depends on the browser. ... > SSL does not require cookies, ... (microsoft.public.dotnet.general) - Re: Response.Write Strange Behaviour
... We have a software product that our clients use. ... to upload certain data to an online database for display on the web. ... The application to upload this data originally connected directly to the ... and run a asp script to import them from behind the firewall. ... (microsoft.public.inetserver.asp.general) |
|