FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Free service to allow large file upload in PHP forms
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Free service to allow large file upload in PHP forms [message #178871] Thu, 16 August 2012 23:04 Go to previous message
olivier.ligny is currently offline  olivier.ligny
Messages: 3
Registered: August 2012
Karma:
Junior Member
I'd like to introduce "Simple File Upload" which is a new free service for webmasters and PHP coders.

When you create forms with file upload, there is a limit (defined in php.ini) for maximum file size.
With SFU, you can bypass this limit in an elegant way.
You only need to modify the target URL of your upload form.
The text fields and files are uploaded to our server, which reads the data and then redirects the user to your original script (e.g. : PHP script or ASP script).
Instead of receiving the actual file data, your script gets a URL, from where it can easily download the file. The data transfer is then a download initiated by your script, not an upload from the user. That is the trick.
You can also receive an fancy email with all informations, instead of using your own script at the end of the process.

More info : http://www.simple-file-upload.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Simple Html Php Form not working
Next Topic: JSON variabiles
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 14:59:28 GMT 2024

Total time taken to generate the page: 0.04183 seconds