![]() |
| |||||||
| Your Website Questions and (hopefully) answers about setting up your own business or gallery website |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| |
|
#2
| |||
| |||
| Re: how can I allow people to send my your photos? Good question! Anyone know? |
|
#3
| ||||
| ||||
| Re: how can I allow people to send my your photos? Quote:
2- If u have a server, use ftp - when using an online uploader if the upload fails in the middle u need to start over. 3- u know any programming? - u need to ok with that been said: THIS is for asp.net (u don't only need a server but one that works with asp.net) http://msdn.microsoft.com/en-us/kb/kb00323245.aspx Java might be better because it's more compatible with servers (they take it as default) but I can't find the right coding. btw... their work REALLY REALLY sucks! |
|
#4
| ||||
| ||||
| Re: how can I allow people to send my your photos? Proppably You Can use simple php code to manage uploads, and something like phpmailer to send them after upload complete. But You have to know php do do that. |
|
#5
| |||
| |||
| Re: how can I allow people to send my your photos? Is there an easy way? Or at least easier than having to go and learn code? |
|
#6
| ||||
| ||||
| Re: how can I allow people to send my your photos? Quote:
|
|
#7
| ||||
| ||||
| Re: how can I allow people to send my your photos? Or You can go to some kind of php/ajax forum and ask, if someone have this kind of code already and can share it to You. If somebody doesnt have to write it from scratch, hopefully will give it to You for free. I would do it if i had one (sadly, I have only sending email part that works in php and is writen as module to joomla CMS, so it proppably will not help You much, but if, ask on pm). |
|
#8
| ||||
| ||||
| Re: how can I allow people to send my your photos? Thanks for your advices Regards, |
|
#9
| ||||
| ||||
| Re: how can I allow people to send my your photos? They could use FTP, either at the command prompt or using a FTP program. Just search for, Command Line FTP. |
|
#10
| ||||
| ||||
| Re: how can I allow people to send my your photos? This is the link to PHP code for file upload. http://www.w3schools.com/PHP/php_file_upload.asp Pavel |
|
#11
| |||
| |||
| Re: how can I allow people to send my your photos? Quote:
I'm currently looking for a better solution than what I have for my page so I will report back if I figure out anything good. |
|
#12
| |||
| |||
| Re: how can I allow people to send my your photos? If you have a subscription to a file transfer service such as yousendit, you can simply add a link in your website to your personal drop box. This is what I do and so far, have never had any problems. The client uploads their photos, I receive an email letting me know it is there, I download the file, restore/retouch it, then send it back to the client once complete. Easy peasy! and it costs less than $100 per year. |
|
#13
| ||||
| ||||
| Re: how can I allow people to send my your photos? If you have a professional grade account for your website (supporting server side scripting) this can be achieved with several techniques. Although there may be some limitations for the upload sizes of files. But for average image sizes this is mostly doable without any problems. There must be a directory on the server which allows storing files. And yes, this is a coding issue. You definately should hire a programmer or use a professional server script for that. Jason |
|
#14
| ||||
| ||||
| Re: how can I allow people to send my your photos? Quote:
Most servers have a limit around 8MB upload size per file. You should take a look at the PHPinfo() page/function on the server for the exact limits. |
|
#15
| |||
| |||
| Re: how can I allow people to send my your photos? Quote:
About the 3rd party stuff... Personal opinion is that I would like to try to stay away from them. I am already paying for my hosting which can do what I need done. Why pay for something else? Don't get me wrong I use YouSendIt and love it! I just want more control (yes I know YouSendIt is free under 1 gig or something like that) |
|
#16
| ||||
| ||||
| Re: how can I allow people to send my your photos? What's the problem with those 8MB limit? A picture for displaying on the web usually has a few kilobytes! A high resolution image from a CANON 500D SLR (max. resolution and highest quality JPEG) has actually only around 5 MB. |
|
#17
| ||||
| ||||
| Re: how can I allow people to send my your photos? We xfer files for the show using http://www.yousendit.com Free and simple, or you can pay a little to make it more complicated (it sounds like what you'd like is their dropbox, which would be their $10/month plan). But the free plan would work just fine. |
|
#18
| |||
| |||
| Re: how can I allow people to send my your photos? Clients send me files that are at min 13 MB threw 100+MB. On a large job I can get over a GB worth of files. I don't accept jpgs that often unless they are super crispy and even then I try not to. Usually I get a RAWs or Tiffs and sometimes a PSD with a notes and a markup layer. Come to think of it I can't remember the last time I ran into a photog that shot or sent me a jpeg besides my mother. My main client Just upgraded from the H3D to the H4D which sends me 8bit TIFFs @ 120 MB. The server that My site is on is faster than the speeds I can get threw YouSendIt or DropBox. This is the main reason I'm trying to make the most out of the stuff I already own. Luckily I convinced some of them to download and use Transmit or whatever client they prefer to help with the heavy lifting. |
|
#19
| ||||
| ||||
| Re: how can I allow people to send my your photos? Well, if you have clients, you surely should use other methods. The upload feature to a server per HTTP is merely useful for small to medium files and community websites like this one. Not for high end product transfer. |
|
#20
| |||
| |||
| Re: how can I allow people to send my your photos? download this script: http://www.webdeveloper.com/forum/at...5&d=1143972935 - this is a free working version. Description is here: http://www.webdeveloper.com/forum/sh...d.php?t=101466 ------------------------------------- open this page in text editor: multiple.upload.form.php and change the size of a file to this value: // set a max file size for the html upload form $max_file_size = 700000000; // size in bytes you should be OK. |
|
#21
| ||||
| ||||
| Re: how can I allow people to send my your photos? That has nothing to do with the server limits. You can't change that per scripting. |
|
#22
| |||
| |||
| Re: how can I allow people to send my your photos? sorry, I did not released you want to get those images to your email box This script will upload images to a folder inside your webpage on the server and than is possible to use ftp client like: http://filezilla-project.org/download.php to get them on your computer ... |
|
#23
| ||||
| ||||
| Re: how can I allow people to send my your photos? FTP client? Email? Nonsense! You simply do not understand what's the thread is all about, men. And you obviously are clueless regarding web technologies and how they work. There is at any server an upload limit via HTTP protocol. That's what we discuss here. FTP is something completely different but possible of course. Last edited by _jason_; 02-26-2010 at 09:44 AM. |
|
#24
| |||
| |||
| Re: how can I allow people to send my your photos? Hi Jason, please read my last post again. I have mentioned email in my first line only and I have apologized ... The rest is different solution and it has nothing to do with email. I am trying to help |
|
#25
| |||
| |||
| Re: how can I allow people to send my your photos? You might want to read the original question asked to start this thread. Just sayin' |
|
#26
| ||||
| ||||
| Re: how can I allow people to send my your photos? We talked about the HTTP upload limit on the common server in the last posts. I did respond to the posts which discusses that. And there is a limit configured on the server by the server administrations. So it is actually senseless to write somthing into the server scripts which does not fit to the server configuration. The website mentioned in the starting post uses obviously such HTTP upload and an email notification. So if you want that functionality you have to understand how it all is working and must own a user configurable server and some smart server side coding skills. A simple script does not solve that problem. You also can't upload something to an email account directly via HTTP what the initial poster suggested. One must have a user configurable web server with a server side code that actually manages all the uploaded files on the server and sends out the required email notifications. Email is sent by SMTP or other protocols by the way. In that case it is managed by the server too. So there is basicly no "simple" HTML code which can be embedded into a website to achieve such complex functionality. So I actually did understand the topic. In fact, I did already code such solutions. Last edited by _jason_; 02-26-2010 at 12:17 PM. Reason: addition |
|
#27
| |||
| |||
| Re: how can I allow people to send my your photos? jason, when I installed this script: http://www.webdeveloper.com/forum/sh...d.php?t=101466 on a web server I was facing a problem with the maximum file size. Than I have changed the value of a max file size in this file "multiple.upload.form.php" which is a part of the script described above to this value: -------- // set a max file size for the html upload form $max_file_size = 700000000; // size in bytes -------- and everything works fine for me. Perhaps you will still need to add several "zeros" to be able to upload larger files. If it is not going to work for you, you can contact your administrator and he should be able to change the max file size for you. But in the case when you need to transfer 100 MB+ FTP is the best solution I think. I did not hear about FTP limits if you have enough disk space on your server side. Last edited by creativeretouch; 02-26-2010 at 12:43 PM. |
|
#28
| ||||
| ||||
| Re: how can I allow people to send my your photos? Yes. that works. Do you actually know what that number means? That are Bytes, man. No matter what you put in there of higher values. The usual way to get the real upload limit is to use the PHP info function. Normal limits are 8 to 10 Megabytes. (HTTP also isn't exactly the best file transfer method and may collapse from time to time.) Many people have a server, which can't be configured. And there usually is no "Administrator" for them available. They have to live with the standards then. (Mostly low budget customer services). Some of them even may not allow the installation of PHP scripts and other required things for that functionality, like allowing file storage... Last edited by _jason_; 02-26-2010 at 12:40 PM. |
|
#29
| ||||
| ||||
| Re: how can I allow people to send my your photos? BTW: Public FTP upload would also be (a much more simple solution than all the others here). But there also: you mostly need a professional grade account on a server to give your customers protected FTP access. Otherwise they are able to completely skew up all your files on the server, your own and the files of your other customers... With all methods spoken here, asking the customers for sending their files per email is the most simple solution. With public upload services they usually have to register. Everybody actually should have an e-mail client on the desktop nowadays... BTW: You also can easily send larger files with Skype & Co. But I do not know whether there are some size limits. Even torrent is a very good alternative for extra large files... Last edited by _jason_; 02-26-2010 at 01:00 PM. Reason: addition |
|
#30
| |||
| |||
| Re: how can I allow people to send my your photos? "the PHP info function" will give you only info about php.ini file which is main PHP configuration file. People have to be aware of their priorities |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Print Family Photos of Differing Sizes | copacabanagirl | Input/Output/Workflow | 14 | 06-23-2009 03:03 AM |
| Help photos stuck togather | Countrybird1 | Photo Restoration | 2 | 06-17-2009 08:11 PM |
| Photos: Tuff-N-Uff MMA 05-30-2009 Featuring LaTash | ultravista | Critiques | 0 | 06-03-2009 08:16 PM |
| Resizing photos for a book publication | oiram | Image Help | 8 | 04-24-2009 08:56 PM |
| Who can post photos? | mikajomc | Photo-Based Art | 1 | 01-23-2008 10:43 AM |