473,408 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

script to specify a url to an file (exe, rar, zip, etc)

60
I searched through google for a download/upload manager with the capability to upload files (exe/rar/whatever) directly from a web, but with no luck..

Does someone knows any ??? I prefer not to use SQL because they maybe a "little" heavy, like 20/60 MB.





Thanks
May 14 '07 #1
6 2095
Atli
5,058 Expert 4TB
Hi.

I'm not sure what you are looking for.
Are you building a web application where ppl can upload onto your server?
Is this just so you can put files onto a server?

Could you explain a bit better what you are trying to do?

P.S. with the right setup, some SQL servers can store files up to a few gigabytes.
May 14 '07 #2
pplers
60
yeah, i wanted to know if there's a script (already made would be better), that let's you specify a url to an file (exe, rar, zip, etc).

Example:

I open the script and in the upload form i select "Remote", then i enter http://www.serverx.com/path/movie1.rar
So, the script "gets" that file to the current directory where it's working and displays a message "File Uploaded".
May 15 '07 #3
Motoma
3,237 Expert 2GB
I believe you are just looking for an INPUT field of the TYPE="FILE", the METHOD="POST" and the ENCTYPE="MULTIPART/FORM-DATA".
May 15 '07 #4
pplers
60
but i want the option so that files can be uploaded locally adn remotely (by just pasting the url of the file). the main thing is to "dowload" the file from a web to mine.

get it ?
May 15 '07 #5
Motoma
3,237 Expert 2GB
In the case of a URL you will need to have a text box which to enter the URL in. Once submitted, you will read that URL and use fopen() to read the file.
May 15 '07 #6
if you want php scripit like to upload files take this site you have a many scripts for that http://phplover.9hz.com
May 17 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Ed Brandmark | last post by:
I have a tag of the form <SCRIPT LANGUAGE="JavaScript1.1" SRC="foo.js"..... and was wondering if this delays the loading of my page until that file foo.js downloads. It seems that if I place...
3
by: PzYon | last post by:
Hey 2gether! I'm trying to execute a PERL script on the web server when the user presses a button in an ASP.NET Web Application using Visual Basic. The most obvious solution for me seemed to be...
9
by: Karl Irvin | last post by:
Does anyone have an example of an FTP script or module for use with Access 2003. I need to send a file from by computer to my web host from within Access. The from folder may or may not be the...
6
by: tatamata | last post by:
Hello. How can I run some Python script within C# program? Thanks, Zlatko
6
by: Scubadude | last post by:
Hi, I'm new to perl and have run into some roadblocks while trying to run tutorials. I have installed Apache v2.2.3 I have installed ActivePerl v6.6.1.638 I have installed php v5.2.0 I am...
9
by: blazted | last post by:
I am trying to run a exe with parameters from a VB script. I tried writing it using a bat file but it does not close the dos prompt window so I am trying to rewrite it using VB script. It works if I...
3
FishVal
by: FishVal | last post by:
Windows Script Host Object library. Full name: Windows Script Host Object Model LibName: IWshRuntimeScripting Location: ...\WINDOWS\system32\wshom.ocx The present tip is closely related to...
7
by: Jason | last post by:
How would I create a simple vb script with a GUI interface to copy files from a fileserver to a PC. for example, I would have a form with Radio Buttons or Check Boxes box1 - copy prefs box2 -...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.