Forum Moderators: open
wut i want to do now is upload the files to my own pc, via ftp, i was told javascript can do this.
is ther a way to do this with javascript?
i need my clients to be able to upload files that are between 7mb and 10mb in size, ive tryd with php but it only accepts files under 2mb. My website is a hosted site so i do not have access to the php.ini file to allow larger file sizes.
is it possible for people visiting my wesite to send me files that are larger then 2mb?
if so how?
upload_max_filesize directive in phpini by using Perl instead (likely that if you have access to PHP, then Perl too).
its not my ISP that wont allow larger files its my webhost, i tried to have the files uploaded to my home computer but it still wont allow for larger files, i think its the php scritp on the server that wont allow for larger files to be uploaded, no matter were i upload the file it wont upload if its bigger then 2mb
thanks for the article, but, my webhost is the only one with access to the php.ini file. i wrote to them asking if it possible to increase the file upload size and they said no
i know how to set up an ftp site from my home pc, but i need a script to upload the files from my website without using php so it wont limit the size of the file
Since you are using PHP we'll see if we can't help you out in that forum ;)