/    Sign up×
Community /Pin to ProfileBookmark

multiple file uploader

I want an upload form similar to [url]http://easy-share.com/[/url] , just where you can upload multiple file, and it generates a random URL (so more than one name don’t appear several times), and displays the URL when the upload is complete.
and maybe a progress bar.

help!!!

thanks.

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@invisionJan 24.2008 — This is fairly easy to do, if you look around for scripts or tutorials online. Generating a random page name, file name again is very easy.

Where are you stuck?
Copy linkTweet thisAlerts:
@abedhauthorJan 24.2008 — This is fairly easy to do, if you look around for scripts or tutorials online. Generating a random page name, file name again is very easy.

Where are you stuck?[/QUOTE]



I really don't know how to start !!!
Copy linkTweet thisAlerts:
@here-to-helpJan 25.2008 — I really don't know how to start !!![/QUOTE]
You can start here:

http://www.webdeveloper.com/forum/showthread.php?t=101466

You'd need to also implement some way of making sure you don't overwrite files that are already in your upload dir!

For example...many people have pictures on their computers with similar file names such as 'mypicture.jpg' or 'PB122210340.JPG' etc...

I usually make a dir in my upload dir and I name it using the hash of some random data based on the file itself...and assure the dir is always unique. This way, the files won't get overwritten.
Copy linkTweet thisAlerts:
@abedhauthorJan 25.2008 — ok i started with that-----> http://abedh.com/abedfile/ and i have the php but i want the file names to show after uploading
×

Success!

Help @abedh spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.21,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...