... also ich sehe das wie Oliver. Du solltest i.d.R nix an den original Files ändern. Ich würde es als RT machen, aber jetzt funzt es ja ;-)
Ja, ich nutze den Uploader. Allerdings bin ich nicht so der klassische und repräsentative phpWCMS User. Ich arbeite mit einer 'gepimpten' Version die jede ...
Search found 168 matches
- Sat 29. Mar 2008, 11:33
- Forum: phpwcms Support Deutsch
- Topic: [solved] File upload in CP-Form integrieren
- Replies: 27
- Views: 7486
- Sat 29. Mar 2008, 11:01
- Forum: phpwcms Support Deutsch
- Topic: [solved] File upload in CP-Form integrieren
- Replies: 27
- Views: 7486
Re: File upload in CP-Form integrieren
Naja, mein Skript checkt die ganzen Sonderfälle nicht ab, aber hier wird es dann schon besser:
upload.php
<?php
$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);
if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ($_FILES ...
upload.php
<?php
$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);
if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ($_FILES ...
- Sat 29. Mar 2008, 10:38
- Forum: phpwcms Support Deutsch
- Topic: [solved] File upload in CP-Form integrieren
- Replies: 27
- Views: 7486
Re: File upload in CP-Form integrieren
Ja, das liegt daran, daß das flash_upload Skript warnings wirft. Nimmst du dieses Beispiel, dann funktioniert es:
<?php
$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);
if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ...
<?php
$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);
if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ...
- Sat 29. Mar 2008, 10:02
- Forum: phpwcms Support Deutsch
- Topic: [solved] File upload in CP-Form integrieren
- Replies: 27
- Views: 7486
Re: File upload in CP-Form integrieren
Du lädst die Datei mit jqUpload hoch
jqUpload speichert den hochgeladenen Filenamen in einem hidden Field. Der Name des hidden Fields ist der, welchen du vom type='File' gesetzt hast
Du submitest deine Form und bekommst den Filenamen ganz normal mitgeschickt
demo.html
<!DOCTYPE HTML ...
- Sat 29. Mar 2008, 08:03
- Forum: phpwcms Support Deutsch
- Topic: [solved] File upload in CP-Form integrieren
- Replies: 27
- Views: 7486
Re: File upload in CP-Form integrieren
Also normalerweise solltest dein Upload-Script explizit über einen Parameter mit angeben und nicht mit der Form-Action:
$('#example2').jqUploader({
uploadScript: '/uploadscript.php',
afterScript: 'redirected.php',
background: 'FFFFDF',
barColor: '64A9F6',
allowedExt: '*.avi; *.jpg; *.jpeg ...
$('#example2').jqUploader({
uploadScript: '/uploadscript.php',
afterScript: 'redirected.php',
background: 'FFFFDF',
barColor: '64A9F6',
allowedExt: '*.avi; *.jpg; *.jpeg ...
- Fri 5. Oct 2007, 20:19
- Forum: sites you are proud of (made with phpwcms only)
- Topic: http://www.mauss-automobile.de
- Replies: 11
- Views: 11485
- Sun 30. Sep 2007, 16:25
- Forum: hacks & enhancements
- Topic: Interims solution for article aliases in 1.3.5
- Replies: 0
- Views: 1925
Interims solution for article aliases in 1.3.5
For all of us who can not wait for working article aliase implementation in 1.3.5 (trunk 2007-09-19). I think this is not the same approach which Oliver has in his mind, but for my personal requirements this is a workable workaround. At least as long as the well promissing next release is not ...
- Sun 30. Sep 2007, 16:11
- Forum: sites you are proud of (made with phpwcms only)
- Topic: http://www.mauss-automobile.de
- Replies: 11
- Views: 11485
- Sun 30. Sep 2007, 00:53
- Forum: sites you are proud of (made with phpwcms only)
- Topic: http://www.mauss-automobile.de
- Replies: 11
- Views: 11485
@macmukka
It is time to start playing with 1.3.5 (trunk 2007-09-19). I did and I dived into the source. Especially regarding the article alias issue which is not finished in this release. As far as I pointed out the approach of Oliver for this feature seems to be that the link for the article link ...
It is time to start playing with 1.3.5 (trunk 2007-09-19). I did and I dived into the source. Especially regarding the article alias issue which is not finished in this release. As far as I pointed out the approach of Oliver for this feature seems to be that the link for the article link ...
- Sat 29. Sep 2007, 00:07
- Forum: sites you are proud of (made with phpwcms only)
- Topic: http://www.mauss-automobile.de
- Replies: 11
- Views: 11485
- Thu 27. Sep 2007, 14:21
- Forum: sites you are proud of (made with phpwcms only)
- Topic: http://www.mauss-automobile.de
- Replies: 11
- Views: 11485
http://www.mauss-automobile.de
After some month of hard work I finished a project which is realized in parts with phpWCMS. Some of us knows that my favourite branche is normally the tourism branche, but this time the project have nothing to do with tourism. This time the customer is a local car dealer.
This time the project ...
This time the project ...
- Wed 12. Sep 2007, 11:02
- Forum: phpwcms Support English
- Topic: "Friendly URL's"
- Replies: 19
- Views: 13350
As described above I enhanced 1.2.6. Unfortunatelly it was necessary to modify some of the original phpWCMS files. For this reason and because Oliver announced a similar feature in the coming version I did not migrated my existing travel pages to latest version. Oliver posted some weeks ago an early ...
- Sat 25. Aug 2007, 20:19
- Forum: phpwcms Discussion
- Topic: jQuery Orientation for phpWcms
- Replies: 4
- Views: 4665
- Fri 24. Aug 2007, 09:05
- Forum: phpwcms Discussion
- Topic: jQuery Orientation for phpWcms
- Replies: 4
- Views: 4665
- Sat 18. Aug 2007, 08:24
- Forum: phpwcms Discussion
- Topic: Status of 1.35?
- Replies: 43
- Views: 22712