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
Switch to threaded view of this topic 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 next message
olivier.ligny is currently offline  olivier.ligny
Messages: 3
Registered: August 2012
Karma: 0
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/
Re: Free service to allow large file upload in PHP forms [message #178873 is a reply to message #178871] Thu, 16 August 2012 23:21 Go to previous messageGo to next message
The Natural Philosoph is currently offline  The Natural Philosoph
Messages: 993
Registered: September 2010
Karma: 0
Senior Member
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.


--
Ineptocracy

(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
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 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
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
==================
Re: Free service to allow large file upload in PHP forms [message #178875 is a reply to message #178874] Fri, 17 August 2012 07:43 Go to previous messageGo to next message
olivier.ligny is currently offline  olivier.ligny
Messages: 3
Registered: August 2012
Karma: 0
Junior Member
Le vendredi 17 août 2012 03:02:19 UTC+2, Jerry Stuckle a écrit :
> On 8/16/2012 7:21 PM, The Natural Philosopher wrote:
>> 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.

So it's cheaper ...
It is free for personal use, with some limits.
For commercial use, it's $49/year ($4 / month), so it's definitely cheaper than a VDS.

> However, there are free services which allow the same thing and promise
> security of your files. Dropbox is one, for instance.

These services are not as simple as this one to setup.
This tool doesn't force you to change the way your form looks like, and doesn't need registration, so it's fine even for small websites.

Olivier
Re: Free service to allow large file upload in PHP forms [message #178876 is a reply to message #178875] Fri, 17 August 2012 11:40 Go to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 8/17/2012 3:43 AM, olivier(dot)ligny(at)gmail(dot)com wrote:
> Le vendredi 17 août 2012 03:02:19 UTC+2, Jerry Stuckle a écrit :
>> On 8/16/2012 7:21 PM, The Natural Philosopher wrote:
>>> 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.
>
> So it's cheaper ...
> It is free for personal use, with some limits.
> For commercial use, it's $49/year ($4 / month), so it's definitely cheaper than a VDS.
>
>> However, there are free services which allow the same thing and promise
>> security of your files. Dropbox is one, for instance.
>
> These services are not as simple as this one to setup.
> This tool doesn't force you to change the way your form looks like, and doesn't need registration, so it's fine even for small websites.
>
> Olivier
>

If commercial users need more than their hosting company requires,
they'll get something like dropbox. Much more flexible.

Small websites generally don't need to upload large files and can run
whatever they need on their hosted account.

But in any case I would never recommend a service provided by a SPAMMER.
And that's all you are.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Simple Html Php Form not working
Next Topic: JSON variabiles
Goto Forum:
  

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

Current Time: Thu Nov 21 22:19:02 GMT 2024

Total time taken to generate the page: 0.10201 seconds