Re: Free service to allow large file upload in PHP forms [message #178874 is a reply to message #178873] |
Fri, 17 August 2012 01:02 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 8/16/2012 7:21 PM, The Natural Philosopher wrote:
> olivier(dot)ligny(at)gmail(dot)com wrote:
>> 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/
> I bet it costs more than running your own virtual server with no limits
> in upload size.
>
>
No, a decent virtual server runs about $20/mo., plus or minus. So it's
not cheaper than a virtual server. But if you need more than the 3-4MB
uploads that many shared hosting accounts load, it might work.
However, there are free services which allow the same thing and promise
security of your files. Dropbox is one, for instance.
This might have a place, but it isn't anything I would upload anything
other than public files to, unless it was zipped with a password (which
still isn't all that secure).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|