Skip to content
Advertisement

Tag: web-applications

How to generate a temporary email for use in a web-application?

Example: if I want to upload a video to some video service website (such as Youtube) by email, I can send a video to an email address (e.g 1234567890@upload.youtube.com). The number is an upload code – It’s a unique number and changes every time. Then Youtube will process and upload my video automatically. How did they create the email address

Pause-able download for Apache

I have an Apache server running which hosts a php web application. This server also provides provisions for downloading a file size of around 900MB from it. However, while testing the application I found out that it’s not possible to pause the downloads and resume them later on. Could someone help me? Is it an apache property I must change?

Advertisement