Author Topic: Resize image on url  (Read 3769 times)

0 Members and 1 Guest are viewing this topic.

Offline web-man

  • Pre-Newbie
  • Posts: 4
    • View Profile
Resize image on url
« on: June 20, 2007, 01:26:02 AM »
Hi
How can i set a limit size to the images upload by url:

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Resize image on url
« Reply #1 on: June 20, 2007, 01:57:59 AM »
... you mean URL-length ... ?
... use in your /templates/<your_template>/member_uploadform.html ...
... instead of ...
Code: [Select]
<input type="text" name="remote_media_file"  size="30" value="{remote_file}" class="input" />
... e.g. this ...
Code: [Select]
<input type="text" name="remote_media_file"  size="30" value="{remote_file}" class="input" maxlength="50" />
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline web-man

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Resize image on url
« Reply #2 on: June 20, 2007, 01:12:46 PM »
No, check:
http://www.jogosportugas.com/galeria/
See the new New images
is too big  :?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Resize image on url
« Reply #3 on: June 20, 2007, 01:18:55 PM »
... not the url ... only the image is to big for upload ... ;)
... than try this ... [MOD] Auto image resize on upload ...
http://www.4homepages.de/forum/index.php?topic=7700.0
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...