Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nexuskk4

Pages: [1]
1
Leider habe ich eine Fehlermeldung bekommen wenn ich auf den Multiupload Button klicke. Ich hoffe mir kann jemand helfen :/



Code: [Select]
<script type="text/javascript" src="./js/multiupload/jquery.uploadify-3.1.min.js"></script>

  <script type="text/javascript" >

  $(function() {   Â  Â  Â

   Â $('#file_upload').uploadify({

   Â  Â formData : {

   Â  Â  Â '__csrf' : 'c8f8459c15399175364d56d7660135e0',

   Â  Â  Â 'user_id' : '1',

   Â  Â  Â 'sessionid': '4ccbc428366850a4c2060db89859376e',

   Â  Â  Â 'session_user_id' :'1'

   Â  Â },

   Â  Â 'swf': './js/multiupload/uploadify.swf',

   Â  Â 'uploader' : 'member.php?action=multi_uploadimage',

   Â  Â 'fileObjName' : 'media_file',

   Â  Â 'queueSizeLimit' : '10',

   Â  Â 'fileTypeExts' : '*.jpg; *.gif; *.png; *.aif; *.au; *.avi; *.mid; *.mov; *.mp3; *.mpg; *.swf; *.wav; *.ra; *.rm; *.zip; *.pdf',

   Â  Â 'fileSizeLimit' : '2000KB',

   Â  Â 'height'   Â  Â  Â : 20,

   Â  Â 'width'   Â  Â  Â  : 100,

   Â  Â 'buttonText': 'Select',

   Â  Â 'progressData': 'speed',

   Â  Â 'onQueueComplete' : function(queueData) {

   Â  Â  Â location.href="./member.php?action=multi_upload&cat_id=79";

   Â  Â }

   Â });

  });

  </script>

  <table width="100%" border="0" cellspacing="0" cellpadding="1">

   Â <tr>

   Â  Â <td valign="top" class="head1">

   Â  Â  Â <table width="100%" border="0" cellpadding="4" cellspacing="0">

   Â  Â  Â  Â <tr>

   Â  Â  Â  Â  Â <td colspan="2" valign="top" class="head1">Multi Bild Upload</td>

   Â  Â  Â  Â </tr>

   Â  Â  Â  Â <tr>

   Â  Â  Â  Â  Â <td class="row2" valign="top">

   Â  Â  Â  Â  Â <b>Bilddatei:</b><br>

   Â  Â  Â  Â  Â <span class="smalltext">

   Â  Â  Â  Â  Â Max. Dateigröße: <b>2000 kb</b><br>

   Â  Â  Â  Â  Â Max. Bildbreite: <b>1024 px</b><br>

   Â  Â  Â  Â  Â Max. Bildhöhe: <b>1024 px</b><br>

   Â  Â  Â  Â  Â </span>

   Â  Â  Â  Â  Â </td>

   Â  Â  Â  Â  Â <td valign="top" class="row2" colspan="2"><b>Upload:</b><br>

   Â  Â  Â  Â  Â <input class="buttonClass" type="file" name="media_file" id="file_upload">

   Â  Â  Â  Â  Â <br>

   Â  Â  Â  Â  Â <span class="smalltext"><b>10</b> Bilder kšnnen gleichzeitig hochgeladen werden.<br><b>Erlaubte Dateitypen: </b> jpg, gif, png, aif, au, avi, mid, mov, mp3, mpg, swf, wav, ra, rm, zip, pdf</span>

   Â  Â  Â  Â  Â </td>

   Â  Â  Â  Â </tr>

   Â  Â  Â </table>

   Â  Â </td>

   Â </tr>

  </table>

Pages: [1]