|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
FTP Upload
I need to be able to let customers upload to me via my website - they will be fairly large files, anyone know the easiest way for me to set this up?
thanks in advance |
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#2 |
|
macrumors 68040
Join Date: Jul 2003
Location: East Fallowfield, PA
|
What language are you using? What languages do you have access to? I'd use ASP .NET to make a web app that would easily do it.
Assuming you can only use HTML: Have you tried a link that uses ftp rather than http? Most browsers support some type of FTP. The syntax is something like this (it may be a little off though): ftp://[username]:[password]@your-domain-name.com Hopefully this will at least get you started.
__________________
I hate sigs, but not as much as I hate "Official" threads started by unofficial people. |
|
|
|
|
|
#3 |
|
macrumors 68020
|
I'm not sure if it's any help, but here's some kind of uploader script, with a progress bar even, written using PHP and perl. Mega Upload. Obviously requires that your host support PHP and perl.
And a Multiple file uploader, also written in PHP.
__________________
"If a tree falls in the forest... I'll kill the bastard what done it!" - Jaheira
|
|
|
|
|
|
#4 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
ok, someone's listening
![]() it might help if i tell you what i want (because i have no real idea of the solution) basically, its a photo retouching website so i need a way for customers to upload there images to me. i would like them just to be able to click 'choose file' and then click 'upload' and it to be send to me and stored by my host how would i go about that? (talk to me like a baby )
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#5 | |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
Quote:
thanks ill just take a look... something downloaded and plonked on the page sounds good
|
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#6 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
ok, tried it... to difficult for my simple mind.
Is there nothing that i can download and host that will just work |
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#7 | |
|
macrumors 68040
Join Date: Jul 2003
Location: East Fallowfield, PA
|
Quote:
__________________
I hate sigs, but not as much as I hate "Official" threads started by unofficial people. |
|
|
|
|
|
|
#8 |
|
macrumors 68040
Join Date: Jul 2003
Location: East Fallowfield, PA
|
Here is some javascript code. Looks like you can just paste the code into your website and it will work. You may have to edit it a little. Look like it has a filter on it. I'm not big on javascript though, so I can't give any more info on this.
http://javascript.internet.com/forms/upload-filter.html
__________________
I hate sigs, but not as much as I hate "Official" threads started by unofficial people. |
|
|
|
|
|
#9 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
<form method=post name=upform action="/cgi-bin/some-script.cgi" enctype="multipart/form-data">
<input type=file name=uploadfile> <p> <input type=button name="Submit" value="Submit" onclick="LimitAttach(this.form, this.form.uploadfile.value)"> </form> </center> looks like i still have to have something in the cgi bin.... any idea what? |
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#10 | |
|
macrumors 68040
Join Date: Jul 2003
Location: East Fallowfield, PA
|
Quote:
__________________
I hate sigs, but not as much as I hate "Official" threads started by unofficial people. |
|
|
|
|
|
|
#11 | |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
Quote:
anyone
|
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#12 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
can anyone tell me where ive gone wront (the looks are still the downloaded template btw, i need to get it working first)
Last edited by BakedBeans : Dec 7, 2005 at 05:16 PM. |
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#13 |
|
macrumors 601
Join Date: Jul 2002
Location: Fox Lake, IL
|
Yeah you need script.js on your webserver too
![]() Instead of hasseling with a progress bar, change the following in your upload.php file PHP Code:
PHP Code:
__________________
|
|
|
|
|
|
#14 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
the script.js is in the php folder.... thats where it was....
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#15 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
ok, its doing something better.... but still not working properly. can you tell me what im doing wrongly now?
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#16 | |
|
macrumors 601
Join Date: Jul 2002
Location: Fox Lake, IL
|
Quote:
__________________
|
|
|
|
|
|
|
#17 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
[2005-12-07 13:04:08]: error: file has no execute permission: (/home/algodden/public_html/retouchartists.com/cgi-bin/progress.cgi)
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#18 | |
|
macrumors 601
Join Date: Jul 2002
Location: Fox Lake, IL
|
Quote:
Code:
chmod 755 /home/algodden/public_html/retouchartists.com/cgi-bin/progress.cgi
__________________
|
|
|
|
|
|
|
#19 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
i just cant seem to get this to work... and pretty much dont understand what you just said....
becoming annoying now
|
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
|
|
#20 | |
|
macrumors regular
Join Date: Jan 2002
Location: Bob Fossils Zooniverse
|
Quote:
I use Cyberduck (get it, it's free). 1. Connect to the FTP site where you upload your files to. 2. Go into the cgi-bin directory 3. Click once on the file progress.cgi The next three steps are probably specific to Cyberduck but I'm sure your FTP client will have a similar way of doing things 4. Do a File->Get Info (Command I) 5. In the Dialog Box, Check all 3 boxes for 'Owner', and Read and Execute boxes for 'Group' and 'Others' 6. Click 'Apply' Hopefully that will get you a bit further.
__________________
Blue Pants, Blue Pants, I've got baby Blue Pants. The Mighty Boosh I Audioscrobble |
|
|
|
|
|
|
#21 |
|
Thread Starter
Banned
Join Date: May 2004
Location: What's Your Favorite Posish
|
i will pay someone to sort this out for me?
i just need to upload files from a webpage.... HELP |
|
|
|
| BakedBeans |
| View Public Profile |
| Find More Posts by BakedBeans |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|