0

My controller Save in

app/code/local/Management/Task/controllers/Adminhtml/TaskController.php
action name:save

in phtml code:

 url: '<?php echo Mage::helper("adminhtml")->getUrl('management/adminhtml/orderattachments/save')?>'

this my magento url: 127.0.0.1/magento19/index.php/admin/sales_order/view/order_id/1/key/7e4f7e7863c2844b08e421c6e866a718/

in network XHR 404 error accours. what is wrong in url?

asked Jan 1, 2015 at 13:09

1 Answer 1

1

Change url

<?php echo Mage::helper("adminhtml")->getUrl('adminhtml/sales_order/view/orderattachments/save')?>
answered Jan 1, 2015 at 13:18
2
  • is it works?.... Commented Jan 1, 2015 at 13:22
  • Please accept your answer and it will complete the thread Commented Jan 1, 2015 at 20:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.